다음을 통해 공유


VsaEngine.CreateEngineWithType(RuntimeTypeHandle) 메서드

정의

지정된 형식을 사용하여 엔진을 만듭니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

callingTypeHandle
RuntimeTypeHandle

호출하는 형식 핸들입니다.

반환

새 엔진입니다.

적용 대상