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
[read-only] override | Attributes | System.Reflection.FieldAttributes.
Indicates the attributes of this field. This property is read-only. |
[read-only] override | DeclaringType | Type.
Indicates a reference to the Type object for the type that declares this field. This property is read-only. |
[read-only] override | FieldHandle | RuntimeFieldHandle.
Indicates the internal metadata handle for this field. This property is read-only. |
[read-only] override | FieldType | Type.
Indicates the Type object that represents the type of this field. This property is read-only. |
[read-only] override | Module | System.Reflection.Module.
Gets the module in which the type that contains this field is being defined. |
[read-only] override | Name | string.
Indicates the name of this field. This property is read-only. |
[read-only] override | ReflectedType | Type.
Indicates the reference to the Type object from which this object was obtained. This property is read-only. |