다음을 통해 공유


BaseVsaSite 클래스

정의

주의

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 ref class BaseVsaSite : Microsoft::Vsa::IVsaSite
public class BaseVsaSite : Microsoft.Vsa.IVsaSite
[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.")]
public class BaseVsaSite : Microsoft.Vsa.IVsaSite
type BaseVsaSite = class
    interface IVsaSite
[<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.")>]
type BaseVsaSite = class
    interface IVsaSite
Public Class BaseVsaSite
Implements IVsaSite
상속
BaseVsaSite
특성
구현

생성자

BaseVsaSite()
사용되지 않음.

BaseVsaSite 클래스의 새 인스턴스를 초기화합니다.

속성

Assembly
사용되지 않음.

이 사이트의 어셈블리를 가져옵니다.

DebugInfo
사용되지 않음.

이 사이트에 대한 디버그 정보를 가져옵니다.

메서드

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetCompiledState(Byte[], Byte[])
사용되지 않음.

이 사이트에 대한 어셈블리 및 디버그 정보를 설정합니다.

GetEventSourceInstance(String, String)
사용되지 않음.

AddEventSource(String, String) 메서드를 사용하여 이전에 스크립트 엔진에 추가한 이벤트 원본에 대한 참조를 가져옵니다.

GetGlobalInstance(String)
사용되지 않음.

호스트 제공 애플리케이션 개체와 같은 전역 항목에 대한 참조를 가져옵니다.

GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Notify(String, Object)
사용되지 않음.

스크립트 엔진에 의해 생성된 이벤트에 대해 호스트에 알립니다.

OnCompilerError(IVsaError)
사용되지 않음.

스크립트 엔진에서 발생한 컴파일러 오류에 응답하는 방법을 호스트에 알립니다.

ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상