Share via


VsaEngine.CreateEngineWithType(RuntimeTypeHandle) Metodo

Definizione

Crea il motore usando il tipo specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static Microsoft::JScript::Vsa::VsaEngine ^ CreateEngineWithType(RuntimeTypeHandle callingTypeHandle);
public static Microsoft.JScript.Vsa.VsaEngine CreateEngineWithType (RuntimeTypeHandle callingTypeHandle);
static member CreateEngineWithType : RuntimeTypeHandle -> Microsoft.JScript.Vsa.VsaEngine
Public Shared Function CreateEngineWithType (callingTypeHandle As RuntimeTypeHandle) As VsaEngine

Parametri

callingTypeHandle
RuntimeTypeHandle

Handle del tipo chiamante.

Restituisce

VsaEngine

Nuovo motore.

Si applica a