VsaLoader 类

注意:此 API 现在已过时。

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

继承层次结构

Object
  Microsoft.Vsa.VsaLoader

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
<GuidAttribute("37e0fbbb-865f-339d-acf9-fd66f9a2867e")> _
<ObsoleteAttribute("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.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class VsaLoader _
    Implements IVsaEngine
[GuidAttribute("37e0fbbb-865f-339d-acf9-fd66f9a2867e")]
[ObsoleteAttribute("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.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class VsaLoader : IVsaEngine
[GuidAttribute(L"37e0fbbb-865f-339d-acf9-fd66f9a2867e")]
[ObsoleteAttribute(L"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.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaLoader sealed : IVsaEngine
[<Sealed>]
[<GuidAttribute("37e0fbbb-865f-339d-acf9-fd66f9a2867e")>]
[<ObsoleteAttribute("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.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaLoader =  
    class 
        interface IVsaEngine 
    end
public final 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。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetOption 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 InitNew 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 IsValidIdentifier 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 LoadSourceState 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 Reset 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 RevokeCache 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 Run 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 SaveCompiledState 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 SaveSourceState 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 SetOption 此成员支持 .NET Framework 结构,不能在代码中直接使用。
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.Vsa 命名空间