[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Laufzeitumgebung zurück in der der Graph ausgeführt wird.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
IRuntime Runtime { get; }
Visual Basic
ReadOnly Property Runtime As IRuntime
	Get
F#
abstract Runtime : IRuntime

Field Value

Die Laufzeitumgebung.

See Also