System.Reflection.Emit.PropertyBuilder: Property Members

The properties of System.Reflection.Emit.PropertyBuilder are listed below. For a list of all members, see the PropertyBuilder Members list.

See Also: Inherited members from System.Reflection.PropertyInfo

Public Properties

[read-only]
override
AttributesSystem.Reflection.PropertyAttributes.

Gets the attributes for this property.

[read-only]
override
CanReadbool.

Gets a value indicating whether the property can be read.

[read-only]
override
CanWritebool.

Gets a value indicating whether the property can be written to.

[read-only]
override
DeclaringTypeType.

Gets the class that declares this member.

[read-only]
override
ModuleSystem.Reflection.Module.

Gets the module in which the type that declares the current property is being defined.

[read-only]
override
Namestring.

Gets the name of this member.

[read-only]
PropertyTokenPropertyToken.

Retrieves the token for this property.

[read-only]
override
PropertyTypeType.

Gets the type of the field of this property.

[read-only]
override
ReflectedTypeType.

Gets the class object that was used to obtain this instance of MemberInfo.