C# Класс Microsoft.JScript.GlobalScope

Наследование: Microsoft.JScript.ActivationObject, IExpando
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AddField() публичный Метод

public AddField ( String name ) : FieldInfo
name String
Результат System.Reflection.FieldInfo

GetDefaultThisObject() публичный Метод

public GetDefaultThisObject ( ) : Object
Результат Object

GetField() публичный Метод

public GetField ( String name, int lexLevel ) : FieldInfo
name String
lexLevel int
Результат System.Reflection.FieldInfo

GetFields() публичный Метод

public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
bindingAttr BindingFlags
Результат System.Reflection.FieldInfo[]

GetGlobalScope() публичный Метод

public GetGlobalScope ( ) : GlobalScope
Результат GlobalScope

GetLocalField() публичный Метод

public GetLocalField ( String name ) : FieldInfo
name String
Результат System.Reflection.FieldInfo

GetMember() публичный Метод

public GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
name String
bindingAttr BindingFlags
Результат System.Reflection.MemberInfo[]

GetMembers() публичный Метод

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
Результат System.Reflection.MemberInfo[]

GetMethods() публичный Метод

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
Результат System.Reflection.MethodInfo[]

GetProperties() публичный Метод

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
Результат System.Reflection.PropertyInfo[]

GlobalScope() публичный Метод

public GlobalScope ( GlobalScope parent, VsaEngine engine ) : Microsoft.JScript.Vsa
parent GlobalScope
engine Microsoft.JScript.Vsa.VsaEngine
Результат Microsoft.JScript.Vsa