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

Constructors

BaseVsaStartup()

Creates a new object of this class.

Fields

site

The VSA site for this engine.

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(IJSVsaSite)

Sets a VSA site for this engine.

Shutdown()

Used to perform operations at engine shut down.

Startup()

Used to perform operations at engine startup.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to