The members of System.Reflection.Emit.PropertyBuilder are listed below.
See Also: Inherited members from System.Reflection.PropertyInfo
[read-only] override | Attributes | System.Reflection.PropertyAttributes.
Gets the attributes for this property. |
[read-only] override | CanRead | bool.
Gets a value indicating whether the property can be read. |
[read-only] override | CanWrite | bool.
Gets a value indicating whether the property can be written to. |
[read-only] override | DeclaringType | Type.
Gets the class that declares this member. |
[read-only] override | Module | System.Reflection.Module.
Gets the module in which the type that declares the current property is being defined. |
[read-only] override | Name | string.
Gets the name of this member. |
[read-only] | PropertyToken | PropertyToken.
Retrieves the token for this property. |
[read-only] override | PropertyType | Type.
Gets the type of the field of this property. |
[read-only] override | ReflectedType | Type.
Gets the class object that was used to obtain this instance of MemberInfo. |
AddOtherMethod(MethodBuilder)
| ||
override | GetAccessors(bool)
| |
override | GetCustomAttributes(bool)
| |
override | GetCustomAttributes(Type, bool)
| |
override | GetGetMethod(bool)
| |
override | GetIndexParameters()
| |
override | GetSetMethod(bool)
| |
override | GetValue(object, object[])
| |
override | GetValue(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo)
| |
override | IsDefined(Type, bool)
| |
SetConstant(object)
| ||
SetCustomAttribute(CustomAttributeBuilder)
| ||
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
| ||
SetGetMethod(MethodBuilder)
| ||
SetSetMethod(MethodBuilder)
| ||
override | SetValue(object, object, object[])
| |
override | SetValue(object, object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo)
|
System.Runtime.InteropServices._PropertyBuilder.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._PropertyBuilder.GetTypeInfo |
Retrieves the type information for an object, which can then be used to get the type information for an interface. | |
System.Runtime.InteropServices._PropertyBuilder.GetTypeInfoCount | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._PropertyBuilder.Invoke | Documentation for this section has not yet been entered. |