C# Class Microsoft.JScript.JSFieldInfo

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

Public Methods

Method 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

Method Description
JSFieldInfo ( FieldInfo field ) : System

Method Details

GetCustomAttributes() public method

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

SetValue() public method

public SetValue ( Object obj, Object value ) : void
obj Object
value Object
return void

SetValue() public method

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
return void