IJSVsaEngine 인터페이스

정의

주의

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

스크립트 엔진이 지원해야 하는 메서드와 속성을 정의하고 스크립트 엔진에 프로그래밍 방식으로 액세스할 수 있도록 합니다.

public interface class IJSVsaEngine
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaEngine
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaEngine = interface
Public Interface IJSVsaEngine
파생
특성

속성

Name Description
Assembly
사용되지 않음.

Run 메서드에서 생성된 실행 중인 어셈블리에 대한 참조를 가져옵니다.

Evidence
사용되지 않음.

현재 개체의 ID 유효성을 검사하기 위한 증거를 제공합니다.

GenerateDebugInfo
사용되지 않음.

Compile 메서드를 호출할 때 스크립트 엔진이 디버그 정보를 생성하는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

IsCompiled
사용되지 않음.

원본이 컴파일되는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsDirty
사용되지 않음.

항목의 현재 메모리 내 표현이 지속형 표현과 다른지 여부를 나타내는 값을 가져오거나 설정합니다.

IsRunning
사용되지 않음.

스크립트 엔진이 현재 실행 모드에 있는지 여부를 보고하는 부울 값을 가져옵니다.

Items
사용되지 않음.

스크립트 엔진에 추가된 모든 항목을 나타내는 IJSVsaItem 개체의 컬렉션을 가져옵니다.

Language
사용되지 않음.

스크립트 엔진에서 지원하는 프로그래밍 언어의 이름을 가져옵니다.

LCID
사용되지 않음.

예외 메시지를 보고할 지리적 로캘 및 언어를 가져오거나 설정합니다.

Name
사용되지 않음.

스크립트 엔진의 표시 이름을 가져오거나 설정합니다.

RootMoniker
사용되지 않음.

스크립트 엔진의 루트 모니커를 가져오거나 설정합니다.

RootNamespace
사용되지 않음.

스크립트 엔진에서 사용하는 루트 네임스페이스를 가져오거나 설정합니다.

Site
사용되지 않음.

스크립트 엔진이 호스트와 통신하는 데 사용하는 호스트 구현 IJSVsaSite 개체를 가져오거나 설정합니다.

Version
사용되지 않음.

스크립트 엔진에서 지원하는 언어 컴파일러의 현재 버전을 형식 Major.Minor.Revision.Build으로 가져옵니다.

메서드

Name Description
Close()
사용되지 않음.

엔진을 닫습니다.

Compile()
사용되지 않음.

엔진이 기존 원본 상태를 컴파일하도록 합니다.

GetOption(String)
사용되지 않음.

엔진에 대한 구현별 옵션을 가져옵니다.

InitNew()
사용되지 않음.

초기화 단계가 완료되었다는 알림을 제공합니다.

IsValidIdentifier(String)
사용되지 않음.

제공된 식별자가 엔진에 유효한지 여부를 확인합니다.

LoadSourceState(IJSVsaPersistSite)
사용되지 않음.

호스트 제공 개체에서 지정한 대로 지속성 지점에서 원본 항목을 로드하도록 엔진에 지시합니다.

Reset()
사용되지 않음.

실행 중인 상태에서 스크립트 엔진을 제거하고 자동으로 바인딩된 이벤트 처리기의 연결을 끊습니다.

RevokeCache()
사용되지 않음.

루트 모니커에 지정된 대로 엔진에 대해 캐시된 어셈블리를 무효화합니다.

Run()
사용되지 않음.

스크립트 엔진에서 컴파일된 코드 실행을 시작하고 모든 이벤트 처리기를 바인딩합니다.

SaveCompiledState(Byte[], Byte[])
사용되지 않음.

스크립트 엔진의 컴파일된 상태를 저장합니다. 필요에 따라 디버깅 정보도 저장합니다.

SaveSourceState(IJSVsaPersistSite)
사용되지 않음.

스크립트 엔진이 원본 상태를 유지하도록 지시합니다.

SetOption(String, Object)
사용되지 않음.

스크립트 엔진에 대한 구현별 옵션을 설정합니다.

적용 대상