Public Methods
Public Methods
Loads an XML preset from an XmlTextReader. Syntax Parameters target The object to load the XML preset into.xtw A Stream containing the XMLTextReader.reset Whether or not to reset all properties before loading the preset.
Loads an XML preset from a file using the specified path. Syntax Parameters target The object to load the XML preset into.filePath The path of the file containing the XML preset.reset Whether or not to reset all properties before loading the preset.
Loads an XML preset from a TextReader. Syntax Parameters target The object to load the preset into.reader The TextReader containing the XML preset.reset Whether or not to reset all properties before loading the preset.
Loads an XML preset from a file using the specified path. Overload List
Saves an object to an XML preset. Syntax Parameters target The object to save to an XML preset.fileStream The filestream to save the preset to.name A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.
Saves an object to an XML preset. Syntax Parameters target The object to save to an XML preset.fileName The name of the file to save the XML preset to.name A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.
Saves an object to an XML preset. Syntax Parameters target The object to save to an XML preset.textWriter The TextWriter to write the XML preset to.name A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.
Saves an object to an XML preset. Overload List