Click or drag to resize

IHandlerIsModuleLoaded Property

Gets the Handler's module loaded state.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool IsModuleLoaded { get; }

Property Value

Boolean
The Handler's module loaded state.
Remarks
Return True if the Handler's module is loaded.

Always True for handlers which are not module specific.

See Also