C# Class Microsoft.JScript.JSFieldInfo

Inheritance: System.Reflection.FieldInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetValue ( Object obj ) : Object
IsDefined ( Type type, bool inherit ) : bool
SetValue ( Object obj, Object value ) : void
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void

Private Methods

Méthode Description
JSFieldInfo ( FieldInfo field ) : System

Method Details

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t 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 type, bool inherit ) : bool
type System.Type
inherit bool
Résultat bool

SetValue() public méthode

public SetValue ( Object obj, Object value ) : void
obj Object
value Object
Résultat void

SetValue() public méthode

public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
obj Object
value Object
invokeAttr BindingFlags
binder Binder
culture System.Globalization.CultureInfo
Résultat void