IHandlerIsModuleLoaded Property |
Gets the
Handler's module loaded state.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxbool IsModuleLoaded { get; }
ReadOnly Property IsModuleLoaded As Boolean
Get
property bool IsModuleLoaded {
bool 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