BaseVsaStartup Class

Definition

Caution

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.

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
Inheritance
BaseVsaStartup
Attributes

Constructors

BaseVsaStartup()

Initializes a new instance of the BaseVsaStartup class.

Fields

site

Specifies the site where the engine is started.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetSite(IVsaSite)

Sets a VSA site for this engine.

Shutdown()

Performs operations at engine shut down.

Startup()

Performs operations at engine startup.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to