Gets the
Handler's existance state.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxReadOnly Property Exists As Boolean
Get
property bool Exists {
bool 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