This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AspNetHost
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AspNetHost

The type exposes the following members.

Public Constructors

  Name Description
Public method AspNetHost
Initializes a new instance of the AspNetHost class.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ShutDown
Shuts the host down.
Public method Start
Starts the Asp.Net runtime and launches the specified host form.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Handle
Public field ShuttingDown
Shutting down.

Public Properties

  Name Description
Public property AppShutdown
Gets a value indicating whether [app shutdown].
Public property IsRunning
Gets a value indicating whether this AspNetHost is running.
Public property LastError
Gets or sets the last error.
Public property Runtime
Gets the runtime.

Public Events

  Name Description
Public event Error
Raised when an error occurs.
Public event Exit
Occurs when exiting.
Public event Ready
Raised when ready.

See Also

Advanced