[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Die Schnittstelle für ein Objekt,
welches den Kern einer DynamicNodes-Anwendung bildet.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public interface IRuntime : IParent<IRuntime, IGraph>, IBaseObject, IIdentifiable, IStorable, IExtensible<IRuntime>, IDisposable |
Visual Basic |
---|
Public Interface IRuntime _ Inherits IParent(Of IRuntime, IGraph), IBaseObject, _ IIdentifiable, IStorable, IExtensible(Of IRuntime), IDisposable |
F# |
---|
type IRuntime = interface interface IParent<IRuntime, IGraph> interface IBaseObject interface IIdentifiable interface IStorable interface IExtensible<IRuntime> interface IDisposable end |