[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Schnittstelle für Objekte, welche die Ausführung von Scripten ermöglichen.

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

Syntax

C#
public interface IShellProcessor<TAppCore>
Visual Basic
Public Interface IShellProcessor(Of TAppCore)
F#
type IShellProcessor<'TAppCore> =  interface end

Type Parameters

TAppCore
Der Type des Anwendungskerns.

See Also