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 utiliza para iniciar y restablecer el motor VSA base.

public ref class BaseVsaStartup abstract
[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
[<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

BaseVsaStartup()
Obsoletos.

Crea un nuevo objeto de esta clase.

Campos

site
Obsoletos.

Sitio VSA para este motor.

Métodos

Equals(Object)
Obsoletos.

Determina si el objeto especificado es igual que el objeto actual.

(Heredado de Object)
GetHashCode()
Obsoletos.

Sirve como la 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 Object actual.

(Heredado de Object)
SetSite(IJSVsaSite)
Obsoletos.

Establece un sitio VSA para este motor.

Shutdown()
Obsoletos.

Se utiliza para realizar operaciones al apagar el motor.

Startup()
Obsoletos.

Se utiliza para realizar operaciones al iniciar el motor.

ToString()
Obsoletos.

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a