[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Sichert die aktuelle Registrierung als XML-Datei.

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

Syntax

C#
public void WriteToXmlFile(
	string file
)
Visual Basic
Public Sub WriteToXmlFile ( _
	file As String _
)
F#
member WriteToXmlFile : 
        file:string -> unit 

Parameters

file
Type: System..::..String
Die Zieldatei.

See Also