The members of System.Reflection.PropertyInfo are listed below.
See Also: Inherited members from System.Reflection.MemberInfo
Initializes a new instance of the System.Reflection.PropertyInfo class. |
[read-only] abstract | Attributes | PropertyAttributes.
Gets the attributes for this property. |
[read-only] abstract | CanRead | bool.
Gets a value indicating whether the property can be read. |
[read-only] abstract | CanWrite | bool.
Gets a value indicating whether the property can be written to. |
[read-only] | GetMethod | MethodInfo.
Gets the get accessor for this property. |
[read-only] | IsSpecialName | bool.
Gets a value indicating whether the property is the special name. |
[read-only] override | MemberType | MemberTypes.
Gets a System.Reflection.MemberTypes value indicating that this member is a property. |
[read-only] abstract | PropertyType | Type.
Gets the type of this property. |
[read-only] | SetMethod | MethodInfo.
Gets the set accessor for this property. |
override | Equals(object)
| |
GetAccessors()
| ||
abstract | GetAccessors(bool)
| |
GetConstantValue()
| ||
GetGetMethod()
| ||
abstract | GetGetMethod(bool)
| |
override | GetHashCode()
| |
abstract | GetIndexParameters()
| |
GetOptionalCustomModifiers()
| ||
GetRawConstantValue()
| ||
GetRequiredCustomModifiers()
| ||
GetSetMethod()
| ||
abstract | GetSetMethod(bool)
| |
GetType()Documentation for this section has not yet been entered. | ||
GetValue(object)
| ||
GetValue(object, object[])
| ||
abstract | GetValue(object, BindingFlags, Binder, object[], System.Globalization.CultureInfo)
| |
SetValue(object, object)
| ||
SetValue(object, object, object[])
| ||
abstract | SetValue(object, object, BindingFlags, Binder, object[], System.Globalization.CultureInfo)
|
static | Equality(PropertyInfo, PropertyInfo) |
Indicates whether two System.Reflection.PropertyInfo objects are equal. |
static | Inequality(PropertyInfo, PropertyInfo) |
Indicates whether two System.Reflection.PropertyInfo objects are not equal. |
System.Runtime.InteropServices._PropertyInfo.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._PropertyInfo.GetType |
Gets a Type object representing the System.Reflection.PropertyInfo type. | |
System.Runtime.InteropServices._PropertyInfo.GetTypeInfo |
Retrieves the type information for an object, which can then be used to get the type information for an interface. | |
System.Runtime.InteropServices._PropertyInfo.GetTypeInfoCount | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._PropertyInfo.Invoke | Documentation for this section has not yet been entered. |