System.Reflection.Emit.FieldBuilder: Property Members

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

See Also: Inherited members from System.Reflection.FieldInfo

Public Properties

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

Indicates the attributes of this field. This property is read-only.

[read-only]
override
DeclaringTypeType.

Indicates a reference to the Type object for the type that declares this field. This property is read-only.

[read-only]
override
FieldHandleRuntimeFieldHandle.

Indicates the internal metadata handle for this field. This property is read-only.

[read-only]
override
FieldTypeType.

Indicates the Type object that represents the type of this field. This property is read-only.

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

Gets the module in which the type that contains this field is being defined.

[read-only]
override
Namestring.

Indicates the name of this field. This property is read-only.

[read-only]
override
ReflectedTypeType.

Indicates the reference to the Type object from which this object was obtained. This property is read-only.