Click or drag to resize

ModuleDispose Method

Releases the resources used by the Module.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
Releases the unmanaged resources used by the Module and optionally releases the managed resources.
See Also