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