Method | Description | |
---|---|---|
AddField ( String name ) : |
||
GetDefaultThisObject ( ) : Object | ||
GetField ( String name, int lexLevel ) : |
||
GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[] | ||
GetGlobalScope ( ) : |
||
GetLocalField ( String name ) : |
||
GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[] | ||
GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[] | ||
GlobalScope ( |
Method | Description | |
---|---|---|
AddComponentScope ( |
||
AddNewField ( String name, Object value, FieldAttributes attributeFlags ) : |
||
DeleteMember ( String name ) : bool | ||
GetDefaultValue ( PreferredType preferred_type ) : Object | ||
GetFields ( ) : Microsoft.JScript.JSField[] | ||
GetMember ( String name, BindingFlags bindingAttr, bool calledFromParent ) : System.Reflection.MemberInfo[] | ||
GetPropertyEnumerator ( |
||
GlobalScope ( |
||
IExpando ( String name, |
||
IExpando ( String name ) : |
||
IExpando ( |
||
SetFast ( ) : void | ||
SetMemberValue ( String name, Object value ) : void |
public AddField ( String name ) : |
||
name | String | |
return |
public GetField ( String name, int lexLevel ) : |
||
name | String | |
lexLevel | int | |
return |
public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[] | ||
bindingAttr | BindingFlags | |
return | System.Reflection.FieldInfo[] |
public GetLocalField ( String name ) : |
||
name | String | |
return |
public GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
name | String | |
bindingAttr | BindingFlags | |
return | System.Reflection.MemberInfo[] |
public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
bindingAttr | BindingFlags | |
return | System.Reflection.MemberInfo[] |
public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[] | ||
bindingAttr | BindingFlags | |
return | System.Reflection.MethodInfo[] |
public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[] | ||
bindingAttr | BindingFlags | |
return | System.Reflection.PropertyInfo[] |
public GlobalScope ( |
||
parent | ||
engine | ||
return | Microsoft.JScript.Vsa |