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