C# Class Microsoft.JScript.GlobalScope

Inheritance: Microsoft.JScript.ActivationObject, IExpando
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AddField ( String name ) : FieldInfo
GetDefaultThisObject ( ) : Object
GetField ( String name, int lexLevel ) : FieldInfo
GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
GetGlobalScope ( ) : GlobalScope
GetLocalField ( String name ) : FieldInfo
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 ( GlobalScope parent, VsaEngine engine ) : Microsoft.JScript.Vsa

Private Methods

Method Description
AddComponentScope ( GlobalScope component ) : void
AddNewField ( String name, Object value, FieldAttributes attributeFlags ) : JSVariableField
DeleteMember ( String name ) : bool
GetDefaultValue ( PreferredType preferred_type ) : Object
GetFields ( ) : Microsoft.JScript.JSField[]
GetMember ( String name, BindingFlags bindingAttr, bool calledFromParent ) : System.Reflection.MemberInfo[]
GetPropertyEnumerator ( ArrayList enums, ArrayList objects ) : void
GlobalScope ( GlobalScope parent, VsaEngine engine, bool isComponentScope ) : Microsoft.JScript.Vsa
IExpando ( String name, Delegate method ) : MethodInfo
IExpando ( String name ) : PropertyInfo
IExpando ( MemberInfo m ) : void
SetFast ( ) : void
SetMemberValue ( String name, Object value ) : void

Method Details

AddField() public method

public AddField ( String name ) : FieldInfo
name String
return System.Reflection.FieldInfo

GetDefaultThisObject() public method

public GetDefaultThisObject ( ) : Object
return Object

GetField() public method

public GetField ( String name, int lexLevel ) : FieldInfo
name String
lexLevel int
return System.Reflection.FieldInfo

GetFields() public method

public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
bindingAttr BindingFlags
return System.Reflection.FieldInfo[]

GetGlobalScope() public method

public GetGlobalScope ( ) : GlobalScope
return GlobalScope

GetLocalField() public method

public GetLocalField ( String name ) : FieldInfo
name String
return System.Reflection.FieldInfo

GetMember() public method

public GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
name String
bindingAttr BindingFlags
return System.Reflection.MemberInfo[]

GetMembers() public method

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
return System.Reflection.MemberInfo[]

GetMethods() public method

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
return System.Reflection.MethodInfo[]

GetProperties() public method

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
return System.Reflection.PropertyInfo[]

GlobalScope() public method

public GlobalScope ( GlobalScope parent, VsaEngine engine ) : Microsoft.JScript.Vsa
parent GlobalScope
engine Microsoft.JScript.Vsa.VsaEngine
return Microsoft.JScript.Vsa