C# Class Microsoft.JScript.JSLocalField

Inheritance: JSVariableField
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetValue ( Object obj ) : Object
JSLocalField ( String name, RuntimeTypeHandle handle, int slotNumber ) : System
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo locale ) : void

Private Methods

Method Description
GetInferredType ( JSField inference_target ) : IReflect
JSLocalField ( String name, FunctionScope scope, int slotNumber, Object value ) : System
SetInferredType ( IReflect ir, AST expr ) : void

Method Details

GetValue() public method

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

JSLocalField() public method

public JSLocalField ( String name, RuntimeTypeHandle handle, int slotNumber ) : System
name String
handle System.RuntimeTypeHandle
slotNumber int
return System

SetValue() public method

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