Condividi tramite


Classe VsaLoader

Nota: questa API è ora obsoleta.

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Gerarchia di ereditarietà

Object
  Microsoft.Vsa.VsaLoader

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

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

Il tipo VsaLoader espone i seguenti membri.

Costruttori

  Nome Descrizione
Metodo pubblico VsaLoader Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Assembly Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica Evidence Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica GenerateDebugInfo Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica IsCompiled Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica IsDirty Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica IsRunning Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica Items Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica Language Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica LCID Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica Name Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica RootMoniker Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica RootNamespace Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica Site Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Proprietà pubblica Version Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Close Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico Compile Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico Equals Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object)
Metodo pubblico GetHashCode Funge da funzione hash predefinita. (Ereditato da Object)
Metodo pubblico GetOption Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo pubblico InitNew Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico IsValidIdentifier Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico LoadSourceState Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico Reset Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico RevokeCache Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico Run Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico SaveCompiledState Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico SaveSourceState Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico SetOption Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Metodo pubblico ToString Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object)

In alto

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Vsa