Click or drag to resize

IHandlerExists Property

Gets the Handler's existance state.

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

Property Value

Boolean
The Handler's existance state.
Remarks
Return True if the Handler's module is loaded and its sub/function exists.

A module specific handler returns True if the sub/function exists and the module has been loaded.

See Also