Click or drag to resize

HandlerIsModuleLoaded Property

Gets the Handler's module loaded state.

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

Property Value

Boolean
The Handler's module loaded state.

Implements

IHandlerIsModuleLoaded
Remarks
Return True if the Handler's module is loaded.

Always True for handlers which are not module specific.

See Also