C# Class System.Reflection.Emit.FieldOnTypeBuilderInstantiation

Inheritance: System.Reflection.FieldInfo
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
FieldOnTypeBuilderInstantiation System
GetField System.Reflection.FieldInfo

Public Methods

Method Description
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetOptionalCustomModifiers ( ) : System.Type[]
GetRequiredCustomModifiers ( ) : System.Type[]
GetType ( ) : Type
GetValue ( Object obj ) : Object
GetValueDirect ( TypedReference obj ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
SetValueDirect ( TypedReference obj, Object value ) : void

Private Methods

Method Description
FieldOnTypeBuilderInstantiation ( FieldInfo field, TypeBuilderInstantiation type ) : System
GetField ( FieldInfo Field, TypeBuilderInstantiation type ) : FieldInfo

Method Details

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
return Object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
return Object[]

GetOptionalCustomModifiers() public method

public GetOptionalCustomModifiers ( ) : System.Type[]
return System.Type[]

GetRequiredCustomModifiers() public method

public GetRequiredCustomModifiers ( ) : System.Type[]
return System.Type[]

GetType() public method

public GetType ( ) : Type
return System.Type

GetValue() public method

public GetValue ( Object obj ) : Object
obj Object
return Object

GetValueDirect() public method

public GetValueDirect ( TypedReference obj ) : Object
obj System.TypedReference
return Object

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
return bool

SetValue() public method

public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
obj Object
value Object
invokeAttr BindingFlags
binder System.Reflection.Binder
culture System.Globalization.CultureInfo
return void

SetValueDirect() public method

public SetValueDirect ( TypedReference obj, Object value ) : void
obj System.TypedReference
value Object
return void