Name | Description | |
---|---|---|
![]() | CustomPropertyInfo Constructor | Initializes a new instance of the CustomPropertyInfo class. |
The following tables list the members exposed by CustomPropertyInfo.
Name | Description | |
---|---|---|
![]() | CustomPropertyInfo Constructor | Initializes a new instance of the CustomPropertyInfo class. |
Name | Description | |
---|---|---|
![]() | Attributes | Overridden. Gets the attributes for this property. |
![]() | CanRead | Overridden. Gets a value indicating whether the property can be read. |
![]() | CanWrite | Overridden. Gets a value indicating whether the property can be written to. |
![]() | CustomAttributes | (Inherited from System.Reflection.MemberInfo) |
![]() | DeclaringType | Overridden. Gets the class that declares this member. |
![]() | GetMethod | (Inherited from System.Reflection.PropertyInfo) |
![]() | IsSpecialName | (Inherited from System.Reflection.PropertyInfo) |
![]() | MemberType | (Inherited from System.Reflection.PropertyInfo) |
![]() | MetadataToken | (Inherited from System.Reflection.MemberInfo) |
![]() | Module | (Inherited from System.Reflection.MemberInfo) |
![]() | Name | Overridden. Gets the name of the current member. |
![]() | PropertyType | Overridden. Gets the type of this property. |
![]() | ReflectedType | Overridden. Gets the class object that was used to obtain this instance of MemberInfo. |
![]() | SetMethod | (Inherited from System.Reflection.PropertyInfo) |
Name | Description | |
---|---|---|
![]() | Equals | Overridden. Determines whether the specified System.Object is equal to this instance. |
![]() | GetAccessors | Overloaded. Overridden. Returns an array whose elements reflect the public and, if specified, non-public get, set, and other accessors of the property reflected by the current instance. |
![]() | GetConstantValue | (Inherited from System.Reflection.PropertyInfo) |
![]() | GetCustomAttributes | Overloaded. Overridden. When overridden in a derived class, returns an array containing all the custom attributes. |
![]() | GetCustomAttributesData | (Inherited from System.Reflection.MemberInfo) |
![]() | GetGetMethod | Overloaded. Overridden. When overridden in a derived class, returns the public or non-public get accessor for this property. |
![]() | GetHashCode | Overridden. Returns a hash code for this instance. |
![]() | GetIndexParameters | Overridden. When overridden in a derived class, returns an array of all the index parameters for the property. |
![]() | GetOptionalCustomModifiers | (Inherited from System.Reflection.PropertyInfo) |
![]() | GetRawConstantValue | (Inherited from System.Reflection.PropertyInfo) |
![]() | GetRequiredCustomModifiers | (Inherited from System.Reflection.PropertyInfo) |
![]() | GetSetMethod | Overloaded. Overridden. When overridden in a derived class, returns the set accessor for this property. |
![]() | GetValue | Overloaded. Overridden. Returns the value of the property with optional index values for indexed properties. |
![]() | IsDefined | Overridden. When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member. |
![]() | SetValue | Overloaded. Overridden. Sets the value of the property with optional index values for index properties. |