StackFrame.PushStackFrameForMethod(Object, JSLocalField[], VsaEngine) Methode

Definitie

Hiermee maakt u een nieuw StackFrame object voor een methode en pusht u het naar de globale bereikstack.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static void PushStackFrameForMethod(System::Object ^ thisob, cli::array <Microsoft::JScript::JSLocalField ^> ^ fields, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static void PushStackFrameForMethod(object thisob, Microsoft.JScript.JSLocalField[] fields, Microsoft.JScript.Vsa.VsaEngine engine);
static member PushStackFrameForMethod : obj * Microsoft.JScript.JSLocalField[] * Microsoft.JScript.Vsa.VsaEngine -> unit
Public Shared Sub PushStackFrameForMethod (thisob As Object, fields As JSLocalField(), engine As VsaEngine)

Parameters

thisob
Object

Het object dat de methode bevat.

fields
JSLocalField[]

De lokale variabelen voor het stackframe.

engine
VsaEngine

Een verwijzing naar de scriptengine.

Van toepassing op

Zie ook