Mono Class Library: Overview

System.Reflection.Emit.FieldBuilder: Members

The members of System.Reflection.Emit.FieldBuilder are listed below.

See Also: Inherited members from System.Reflection.FieldInfo

Public Properties

[read-only]
override
AttributesSystem.Reflection.FieldAttributes. Documentation for this section has not yet been entered.
[read-only]
override
DeclaringTypeType. Documentation for this section has not yet been entered.
[read-only]
override
FieldHandleRuntimeFieldHandle. Documentation for this section has not yet been entered.
[read-only]
override
FieldTypeType. Documentation for this section has not yet been entered.
[read-only]
override
ModuleSystem.Reflection.Module. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
override
ReflectedTypeType. Documentation for this section has not yet been entered.

Public Methods

override
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
GetToken() : FieldToken
Documentation for this section has not yet been entered.
override
GetValue(object) : object
Documentation for this section has not yet been entered.
override
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
SetConstant(object)
Documentation for this section has not yet been entered.
SetCustomAttribute(CustomAttributeBuilder)
Documentation for this section has not yet been entered.
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
Documentation for this section has not yet been entered.
SetMarshal(UnmanagedMarshal)
Documentation for this section has not yet been entered.
SetOffset(int)
Documentation for this section has not yet been entered.
override
SetValue(object, object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Globalization.CultureInfo)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._FieldBuilder.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._FieldBuilder.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._FieldBuilder.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._FieldBuilder.InvokeDocumentation for this section has not yet been entered.