[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Führt den übergebenen Befehl aus.

Namespace: DynamicNode.Ext.Gui
Assembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)

Syntax

C#
void Execute<TContext>(
	string command,
	TAppCore appCore,
	TContext context
)
Visual Basic
Sub Execute(Of TContext) ( _
	command As String, _
	appCore As TAppCore, _
	context As TContext _
)
F#
abstract Execute : 
        command:string * 
        appCore:'TAppCore * 
        context:'TContext -> unit 

Parameters

command
Type: System..::..String
Der Befehl oder der absolute Pfad einer Scriptdatei.
appCore
Type: TAppCore
Der Anwendungskern.
context
Type: TContext
Der Kontext.

Type Parameters

TContext
Der Type des Befehls-Kontexts.

See Also