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
파생
특성

속성

Assembly
사용되지 않음.

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

Evidence
사용되지 않음.

현재 개체의 ID를 확인하기 위한 증명 정보를 제공합니다.

GenerateDebugInfo
사용되지 않음.

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

IsCompiled
사용되지 않음.

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

IsDirty
사용되지 않음.

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

IsRunning
사용되지 않음.

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

Items
사용되지 않음.

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

Language
사용되지 않음.

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

LCID
사용되지 않음.

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

Name
사용되지 않음.

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

RootMoniker
사용되지 않음.

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

RootNamespace
사용되지 않음.

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

Site
사용되지 않음.

스크립트 엔진에서 호스트와 통신하는 데 사용되는 호스트가 구현한 IJSVsaSite 개체를 설정하거나 가져옵니다.

Version
사용되지 않음.

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

메서드

Close()
사용되지 않음.

엔진을 닫습니다.

Compile()
사용되지 않음.

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

GetOption(String)
사용되지 않음.

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

InitNew()
사용되지 않음.

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

IsValidIdentifier(String)
사용되지 않음.

제공된 식별자가 엔진에 대해 유효한 지를 검사합니다.

LoadSourceState(IJSVsaPersistSite)
사용되지 않음.

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

Reset()
사용되지 않음.

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

RevokeCache()
사용되지 않음.

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

Run()
사용되지 않음.

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

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

스크립트 엔진의 컴파일된 상태를 저장하며 디버깅 정보도 선택적으로 저장합니다.

SaveSourceState(IJSVsaPersistSite)
사용되지 않음.

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

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

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

적용 대상