[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)
Führt den übergebenen Befehl aus und wertet die Ausgabe als Wahrheitswert aus.
Namespace: DynamicNode.Ext.GuiAssembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)
Syntax
C# |
---|
void CheckCondition<TContext>( string command, TAppCore appCore, TContext context, ConditionResult result ) |
Visual Basic |
---|
Sub CheckCondition(Of TContext) ( _ command As String, _ appCore As TAppCore, _ context As TContext, _ result As ConditionResult _ ) |
F# |
---|
abstract CheckCondition : command:string * appCore:'TAppCore * context:'TContext * result:ConditionResult -> unit |
Parameters
- command
- Type: System..::..String
Der Befehl oder der absolute Pfad einer Scriptdatei.
- appCore
- Type: TAppCore
Der Anwendungskern.
- context
- Type: TContext
Der Kontext.
- result
- Type: DynamicNode.Ext.Gui..::..ConditionResult
Ein Container für das Ergebnis.
Type Parameters
- TContext
- Der Type des Befehls-Kontexts.