Version

Search Results

FileInfo Property

Returns a FileInfo object for the preset file. Syntax

LoadFromXml(FileInfo,Object) Method

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.

LoadFromXml(Stream,Object) Method

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.

LoadFromXml(TextReader,Object) Method

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.

LoadFromXml Method

Loads an XML preset from a stream. Overload List

Name Property

Returns the name of the preset. Syntax

PresetType Property

Returns the type of the preset. Syntax

PresetInfo Constructor

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.

PresetType Enumeration

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

Serializer class for Presets. Syntax