VsaEngine.CreateEngineWithType(RuntimeTypeHandle) Methode

Definitie

Hiermee maakt u de engine met behulp van het opgegeven type.

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

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

Parameters

callingTypeHandle
RuntimeTypeHandle

De handle voor het aanroepende type.

Retouren

De nieuwe motor.

Van toepassing op