VsaLoader 类

定义

注意

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.

此类型支持 .NET Framework 基础结构,不能在代码中直接使用。

public ref class VsaLoader sealed : Microsoft::Vsa::IVsaEngine
public sealed class VsaLoader : Microsoft.Vsa.IVsaEngine
[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.Guid("37e0fbbb-865f-339d-acf9-fd66f9a2867e")]
public sealed class VsaLoader : Microsoft.Vsa.IVsaEngine
type VsaLoader = class
    interface IVsaEngine
[<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.Guid("37e0fbbb-865f-339d-acf9-fd66f9a2867e")>]
type VsaLoader = class
    interface IVsaEngine
Public NotInheritable Class VsaLoader
Implements IVsaEngine
继承
VsaLoader
属性
实现

构造函数

VsaLoader()
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

属性

Assembly
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Evidence
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

GenerateDebugInfo
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

IsCompiled
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

IsDirty
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

IsRunning
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Items
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Language
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

LCID
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Name
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

RootMoniker
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

RootNamespace
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Site
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Version
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

方法

Close()
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Compile()
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetOption(String)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

获取实现特定的选项。

GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
InitNew()
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

IsValidIdentifier(String)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

检查提供的标识符是否有效。

LoadSourceState(IVsaPersistSite)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

VsaLoader 对象所指定的那样,指示脚本引擎从持久性点加载源项。

MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
Reset()
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

RevokeCache()
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

Run()
已过时.

此成员支持 .NET Framework 结构,不能在代码中直接使用。

SaveCompiledState(Byte[], Byte[])

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

保存脚本引擎的编译状态;它还可选择保存调试信息。

SaveSourceState(IVsaPersistSite)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

指示脚本引擎将其源状态保存到指定 VsaLoader 对象。

SetOption(String, Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

设置实现特定的选项。

ToString()
已过时.

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

(继承自 Object)

适用于