ApplicationDispose Method

Dispose of the application. Should be explicitly called after the application is no longer needed unless the application is wrapped with a using clause.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void Dispose()

Implements

IDisposableDispose

See Also