C# Class System.Reflection.Emit.FieldOnTypeBuilderInst

Inheritance: System.Reflection.FieldInfo
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public FieldOnTypeBuilderInst ( MonoGenericClass instantiation, FieldBuilder fb ) : System
instantiation System.Reflection.MonoGenericClass
fb FieldBuilder
Résultat System

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetValue() public méthode

public GetValue ( object obj ) : object
obj object
Résultat object

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool

SetValue() public méthode

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
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string