[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Gibt die DynamicNodes-Laufzeitumgebung zurück.
Namespace: DynamicNode.WinAppAssembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Syntax
| C# |
|---|
public IRuntime Runtime { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Runtime As IRuntime Get |
| F# |
|---|
member Runtime : IRuntime |
Field Value
Die Laufzeitumgebung.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Wird geworfen, wenn die Laufzeitumgebung abgefragt wird, bevor die Entwicklungsumgebung gestartet wurde. |