Property | Type | Description | |
---|---|---|---|
AddNewField | |||
AddOuterScopeField | void | ||
AddReturnValueField | void | ||
CloseNestedFunctions | void | ||
FunctionScope | System | ||
FunctionScope | System | ||
GetLocalFields | Microsoft.JScript.JSLocalField[] | ||
GetName | String | ||
GetNextSlotNumber | int | ||
GetOuterLocalField | |||
GiveOuterFunctionsTheBadNews | void | ||
HandleUnitializedVariables | void | ||
SetMemberValue | void | ||
SetMemberValue | void |
Method | Description | |
---|---|---|
GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] |
Method | Description | |
---|---|---|
CreateField ( String name, FieldAttributes attributeFlags, Object value ) : |
Method | Description | |
---|---|---|
AddNewField ( String name, FieldAttributes attributeFlags, |
||
AddOuterScopeField ( String name, |
||
AddReturnValueField ( ) : void | ||
CloseNestedFunctions ( |
||
FunctionScope ( |
||
FunctionScope ( |
||
GetLocalFields ( ) : Microsoft.JScript.JSLocalField[] | ||
GetName ( ) : String | ||
GetNextSlotNumber ( ) : int | ||
GetOuterLocalField ( String name ) : |
||
GiveOuterFunctionsTheBadNews ( ) : void | ||
HandleUnitializedVariables ( ) : void | ||
SetMemberValue ( String name, Object value ) : void | ||
SetMemberValue ( String name, Object value, |
protected CreateField ( String name, FieldAttributes attributeFlags, Object value ) : |
||
name | String | |
attributeFlags | FieldAttributes | |
value | Object | |
return |
public GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
name | String | |
bindingAttr | BindingFlags | |
return | System.Reflection.MemberInfo[] |