BaseVsaStartup Clase

Definición

Precaución

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.

Se usa para iniciar y restablecer el motor de VSA base.

public ref class BaseVsaStartup abstract
public abstract class BaseVsaStartup
[System.Obsolete("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.")]
public abstract class BaseVsaStartup
type BaseVsaStartup = class
[<System.Obsolete("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.")>]
type BaseVsaStartup = class
Public MustInherit Class BaseVsaStartup
Herencia
BaseVsaStartup
Atributos

Constructores

Nombre Description
BaseVsaStartup()
Obsoletos.

Inicializa una nueva instancia de la clase BaseVsaStartup.

Campos

Nombre Description
site
Obsoletos.

Especifica el sitio donde se inicia el motor.

Métodos

Nombre Description
Equals(Object)
Obsoletos.

Determina si el objeto especificado es igual al objeto actual.

(Heredado de Object)
GetHashCode()
Obsoletos.

Actúa como función hash predeterminada.

(Heredado de Object)
GetType()
Obsoletos.

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()
Obsoletos.

Crea una copia superficial del Objectactual.

(Heredado de Object)
SetSite(IVsaSite)
Obsoletos.

Establece un sitio de VSA para este motor.

Shutdown()
Obsoletos.

Realiza operaciones en el apagado del motor.

Startup()
Obsoletos.

Realiza operaciones al iniciar el motor.

ToString()
Obsoletos.

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a