Share via


VsaEngine.CreateEngineWithType(RuntimeTypeHandle) Método

Definição

Cria o mecanismo usando o tipo especificado.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

A alça do tipo de chamada.

Retornos

O novo mecanismo.

Aplica-se a