C# Class Microsoft.JScript.GlobalScope

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddField ( String name ) : FieldInfo
name String
Résultat System.Reflection.FieldInfo

GetDefaultThisObject() public méthode

public GetDefaultThisObject ( ) : Object
Résultat Object

GetField() public méthode

public GetField ( String name, int lexLevel ) : FieldInfo
name String
lexLevel int
Résultat System.Reflection.FieldInfo

GetFields() public méthode

public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.FieldInfo[]

GetGlobalScope() public méthode

public GetGlobalScope ( ) : GlobalScope
Résultat GlobalScope

GetLocalField() public méthode

public GetLocalField ( String name ) : FieldInfo
name String
Résultat System.Reflection.FieldInfo

GetMember() public méthode

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

GetMembers() public méthode

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.MemberInfo[]

GetMethods() public méthode

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.MethodInfo[]

GetProperties() public méthode

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.PropertyInfo[]

GlobalScope() public méthode

public GlobalScope ( GlobalScope parent, VsaEngine engine ) : Microsoft.JScript.Vsa
parent GlobalScope
engine Microsoft.JScript.Vsa.VsaEngine
Résultat Microsoft.JScript.Vsa