VsaEngine.CreateEngineWithType(RuntimeTypeHandle) Método

Definición

Crea el motor con el tipo especificado.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

callingTypeHandle
RuntimeTypeHandle

Controlador del tipo de llamada.

Devoluciones

Nuevo motor.

Se aplica a