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

Namespace: DynamicNode.Ext.Remoting
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

C#
public RemoteRuntime(
	IRuntime runtime
)
Visual Basic
Public Sub New ( _
	runtime As IRuntime _
)
F#
new : 
        runtime:IRuntime -> RemoteRuntime

Parameters

runtime
Type: DynamicNode.Core..::..IRuntime
Eine Laufzeitumgebung.

See Also