BaseVsaStartup Classe
Definição
Cuidado
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.
Usado para iniciar e redefinir o mecanismo VSA base.Used to start and reset base VSA engine.
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
- Herança
-
BaseVsaStartup
- Atributos
Construtores
| BaseVsaStartup() |
Inicializa uma nova instância da classe BaseVsaStartup.Initializes a new instance of the BaseVsaStartup class. |
Campos
| site |
Especifica o site em que o mecanismo é iniciado.Specifies the site where the engine is started. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| SetSite(IVsaSite) |
Define um site do VSA para este mecanismo.Sets a VSA site for this engine. |
| Shutdown() |
Executa operações no desligamento do mecanismo.Performs operations at engine shut down. |
| Startup() |
Executa operações na inicialização do mecanismo.Performs operations at engine startup. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |