VsaLoader Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Note: This API is now obsolete.

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  Microsoft.Vsa.VsaLoader

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<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

The VsaLoader type exposes the following members.

Constructors

  Name Description
Public method VsaLoader This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property Assembly This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Evidence This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property GenerateDebugInfo This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property IsCompiled This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property IsDirty This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property IsRunning This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Items This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Language This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property LCID This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Name This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property RootMoniker This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property RootNamespace This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Site This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Version This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Close This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Compile This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetOption This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InitNew This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method IsValidIdentifier This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method LoadSourceState This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Reset This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method RevokeCache This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Run This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method SaveCompiledState This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method SaveSourceState This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method SetOption This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Vsa Namespace