[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine DefaultConfiguration-Instanz.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public DefaultConfiguration(
	string systemPath,
	string workspacePath
)
Visual Basic
Public Sub New ( _
	systemPath As String, _
	workspacePath As String _
)
F#
new : 
        systemPath:string * 
        workspacePath:string -> DefaultConfiguration

Parameters

systemPath
Type: System..::..String
Der Pfad in dem die Laufzeitumgebung gestartet wird.
workspacePath
Type: System..::..String
Der Pfad in dem Benutzerdateien abgelegt werden können.

See Also