Classe VsaEngine
Nota: questa API è ora obsoleta.
Gerarchia di ereditarietà
Object
Microsoft.VisualBasic.Vsa.VsaEngine
Spazio dei nomi: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Sintassi
'Dichiarazione
<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 Class VsaEngine _
Implements IVsaEngine
[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 class VsaEngine : IVsaEngine
[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 VsaEngine : IVsaEngine
[<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 VsaEngine =
class
interface IVsaEngine
end
public class VsaEngine implements IVsaEngine
Il tipo VsaEngine espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
VsaEngine |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Assembly | ||
Evidence | ||
GenerateDebugInfo | ||
IsCompiled | ||
IsDirty | ||
IsRunning | ||
Items | ||
Language | ||
LCID | ||
Name | ||
RootMoniker | ||
RootNamespace | ||
Site | ||
Version |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CheckEngine | ||
Close | ||
Compile | ||
CreateEngine | ||
Dispose | ||
Equals | Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) | |
Finalize | (Esegue l'override di Object.Finalize). | |
GetExceptionToThrow | ||
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetOption | ||
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
InitNew | ||
IsValidIdentifier | ||
LoadSourceState | ||
MemberwiseClone | Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) | |
Reset | ||
RevokeCache | ||
Run | ||
SaveCompiledState | ||
SaveSourceState | ||
SetOption | ||
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Campi
Nome | Descrizione | |
---|---|---|
_baseEngine | ||
_engineClosed | ||
m_Items |
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.