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

Namespace: DynamicNode.WinApp
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
public GUICore(
	IRuntime runtime,
	IPropertyStorage ps,
	IEnumerable<KeyValuePair<Type, Object>> initialAssets
)
Visual Basic
Public Sub New ( _
	runtime As IRuntime, _
	ps As IPropertyStorage, _
	initialAssets As IEnumerable(Of KeyValuePair(Of Type, Object)) _
)
F#
new : 
        runtime:IRuntime * 
        ps:IPropertyStorage * 
        initialAssets:IEnumerable<KeyValuePair<Type, Object>> -> GUICore

Parameters

runtime
Type: DynamicNode.Core..::..IRuntime
Die Laufzeitumgebung.
ps
Type: DynamicNode.Persistence..::..IPropertyStorage
Ein Eigenschaftsspeicher.
initialAssets
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'Type, Object>)>)>>)>)>
Optionale Komponenten.

See Also