[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Der Kern einer DynamicNode-Anwendung.

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

Syntax

C#
public class Runtime : ParentObject<IRuntime, IGraph>, 
	IRuntime, IParent<IRuntime, IGraph>, IBaseObject, 
	IIdentifiable, IStorable, IExtensible<IRuntime>, IDisposable
Visual Basic
Public Class Runtime _
	Inherits ParentObject(Of IRuntime, IGraph) _
	Implements IRuntime, IParent(Of IRuntime, IGraph),  _
	IBaseObject, IIdentifiable, IStorable, IExtensible(Of IRuntime),  _
	IDisposable
F#
type Runtime =  
    class
        inherit ParentObject<IRuntime, IGraph>
        interface IRuntime
        interface IParent<IRuntime, IGraph>
        interface IBaseObject
        interface IIdentifiable
        interface IStorable
        interface IExtensible<IRuntime>
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  DynamicNode.Model..::..BaseObject
    DynamicNode.Model..::..ExtensibleObject<(Of <(<'IRuntime>)>)>
      DynamicNode.Model..::..ParentObject<(Of <(<'IRuntime, IGraph>)>)>
        DynamicNode.Core..::..Runtime

See Also