PropertyInfo {System.Reflection} |
.NET clr documentation |
PropertyInfo
Description
Declare
export class PropertyInfo extends MemberInfo {
Attributes: PropertyAttributes;
CanRead: boolean;
CanWrite: boolean;
CustomAttributes: iterates(CustomAttributeData);
DeclaringType: Type;
GetMethod: MethodInfo;
IsCollectible: boolean;
IsSpecialName: boolean;
MemberType: MemberTypes;
MetadataToken: integer;
Module: Module;
Name: string;
PropertyType: Type;
ReflectedType: Type;
SetMethod: MethodInfo;
}
.NET clr type reference tree
- this class extends from MemberInfo class: MemberInfo
- use by property member
Attributes
: PropertyAttributes
- use by property member
CustomAttributes
: iterates(CustomAttributeData)
- use by property member
DeclaringType
: Type
- use by property member
GetMethod
: MethodInfo
- use by property member
MemberType
: MemberTypes
- use by property member
Module
: Module
- use by property member
PropertyType
: Type
- use by property member
ReflectedType
: Type
- use by property member
SetMethod
: MethodInfo
[Package
{$package} version {$version}
Index]