C# Class Microsoft.JScript.StackFrame

Inheritance: ScriptObject, IActivationObject
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
closureInstance Object
localVars Object[]

Méthodes publiques

Méthode Description
GetDefaultThisObject ( ) : Object
GetField ( String name, int lexLevel ) : FieldInfo
GetGlobalScope ( ) : GlobalScope
GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
PushStackFrameForMethod ( Object thisob, JSLocalField fields, VsaEngine engine ) : void
PushStackFrameForStaticMethod ( RuntimeTypeHandle thisclass, JSLocalField fields, VsaEngine engine ) : void

Private Methods

Méthode Description
AddNewField ( String name, Object value, FieldAttributes attributeFlags ) : JSVariableField
AllocateFunctionScope ( ) : void
GetMemberValue ( String name ) : Object
GetMemberValue ( String name, int lexlevel ) : Object
GetPropertyEnumerator ( ArrayList enums, ArrayList objects ) : void
IActivationObject ( String name ) : FieldInfo
SetMemberValue ( String name, Object value ) : void
StackFrame ( ScriptObject parent, JSLocalField fields, Object local_vars, Object thisObject ) : Microsoft.JScript.Vsa

Method Details

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

GetGlobalScope() public méthode

public GetGlobalScope ( ) : GlobalScope
Résultat GlobalScope

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[]

PushStackFrameForMethod() public static méthode

public static PushStackFrameForMethod ( Object thisob, JSLocalField fields, VsaEngine engine ) : void
thisob Object
fields JSLocalField
engine Microsoft.JScript.Vsa.VsaEngine
Résultat void

PushStackFrameForStaticMethod() public static méthode

public static PushStackFrameForStaticMethod ( RuntimeTypeHandle thisclass, JSLocalField fields, VsaEngine engine ) : void
thisclass System.RuntimeTypeHandle
fields JSLocalField
engine Microsoft.JScript.Vsa.VsaEngine
Résultat void

Property Details

closureInstance public_oe property

public Object closureInstance
Résultat Object

localVars public_oe property

public Object[] localVars
Résultat Object[]