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::JScript::Vsa::IJSVsaSite
[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.JScript.Vsa.IJSVsaSite
[<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 IJSVsaSite
Public Class BaseVsaSite
Implements IJSVsaSite
继承
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(IJSVsaError)
已过时.

通知主机如何响应脚本引擎遇到的编译器错误。

ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于