C# Class System.Reflection.Emit.FieldOnTypeBuilderInst

Inheritance: System.Reflection.FieldInfo
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
FieldOnTypeBuilderInst ( MonoGenericClass instantiation, FieldBuilder fb ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetValue ( object obj ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
ToString ( ) : string

Method Details

FieldOnTypeBuilderInst() public method

public FieldOnTypeBuilderInst ( MonoGenericClass instantiation, FieldBuilder fb ) : System
instantiation System.Reflection.MonoGenericClass
fb FieldBuilder
return System

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[]

GetValue() public method

public GetValue ( object obj ) : object
obj object
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

ToString() public method

public ToString ( ) : string
return string