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)

适用于