VsaEngine (Clase)
Nota: Esta API está obsoleta.
Jerarquía de herencia
Object
Microsoft.VisualBasic.Vsa.VsaEngine
Espacio de nombres: Microsoft.VisualBasic.Vsa
Ensamblado: Microsoft.VisualBasic.Vsa (en Microsoft.VisualBasic.Vsa.dll)
Sintaxis
'Declaración
<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
El tipo VsaEngine expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
VsaEngine |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Assembly | ||
Evidence | ||
GenerateDebugInfo | ||
IsCompiled | ||
IsDirty | ||
IsRunning | ||
Items | ||
Language | ||
LCID | ||
Name | ||
RootMoniker | ||
RootNamespace | ||
Site | ||
Version |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CheckEngine | ||
Close | ||
Compile | ||
CreateEngine | ||
Dispose | ||
Equals | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
Finalize | (Invalida a Object.Finalize). | |
GetExceptionToThrow | ||
GetHashCode | Sirve como la función hash predeterminada. (Se hereda de Object). | |
GetOption | ||
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
InitNew | ||
IsValidIdentifier | ||
LoadSourceState | ||
MemberwiseClone | Crea una copia superficial del Object actual. (Se hereda de Object). | |
Reset | ||
RevokeCache | ||
Run | ||
SaveCompiledState | ||
SaveSourceState | ||
SetOption | ||
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
_baseEngine | ||
_engineClosed | ||
m_Items |
Arriba
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.