Returns a FileInfo object for the preset file. Syntax
Loads an XML preset from a file. Syntax Parameters fileInfo The FileInfo of the file containing the XML preset.target The object to load the XML Preset into. Return Value The resulting PresetInfo after the load operation.
Loads an XML preset from a stream. Syntax Parameters stream The stream containing the XML preset.target The object to load the XML Preset into. Return Value The resulting PresetInfo after the load operation.
Loads an XML preset from a TextReader. Syntax Parameters stream The TextReader containing the XML preset.target The object to load the XML Preset into. Return Value The resulting PresetInfo after the load operation.
Loads an XML preset from a stream. Overload List
Returns the name of the preset. Syntax
Returns the type of the preset. Syntax
PresetInfo constructor. Syntax Parameters fileInfo The FileInfo for the file containing the XML preset.name The name of the XML preset.description The description of the XML preset.presetType The type of preset.
Describes the type of properties used when saving/loading presets Syntax Members Member Description All All preset properties Appearance Properties that relate primarily to appearances Behavior Properties that relate primarily to behavior
Serializer class for Presets. Syntax