 | NodeShellBaseCanRunDll property |
Dll with the instance of ICanRun. If available, CanRun is started before every
of a node is called. If CanRun returns false, the start is cancelled.
In CanRun, the parameters transferred via ref can also be
be modified.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected ICanRun? CanRunDll { get; }
Protected ReadOnly Property CanRunDll As ICanRun
Get
protected:
property ICanRun^ CanRunDll {
ICanRun^ get ();
}
member CanRunDll : ICanRun with get
Property value
ICanRun
See also