다음을 통해 공유


Namespace.GetNamespace(String, VsaEngine) 메서드

정의

Namespace 클래스의 새 인스턴스를 만들어 반환합니다.

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

public:
 static Microsoft::JScript::Namespace ^ GetNamespace(System::String ^ name, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static Microsoft.JScript.Namespace GetNamespace (string name, Microsoft.JScript.Vsa.VsaEngine engine);
static member GetNamespace : string * Microsoft.JScript.Vsa.VsaEngine -> Microsoft.JScript.Namespace
Public Shared Function GetNamespace (name As String, engine As VsaEngine) As Namespace

매개 변수

name
String

네임스페이스의 이름입니다.

engine
VsaEngine

스크립팅 엔진에 대한 참조입니다.

반환

Namespace 클래스의 새 인스턴스입니다.

적용 대상

추가 정보