Generic XML Configuration file.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ConfigurationFile<T>
Public Class ConfigurationFile(Of T)
generic<typename T> public ref class ConfigurationFile
Generic Template Parameters
- T
- Data type to encapsulate in the config file. This type must support XML serialization
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
ConfigurationFile<(Of <(T>)>)()()() | Initializes a new instance of the ConfigurationFile<(Of <(T>)>) class | |
Data |
Member used to retrieve a loaded configuration file
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Load(String, array<Type>[]()[]) |
Load a controller definition file
| |
Load(String) |
Load a controller definition file
| |
SaveFile(String, T, array<Type>[]()[]) |
Save a controller definition file
| |
SaveFile(String, T) |
Saves the file.
| |
SaveFile(String) |
Saves the file. saves the attached member data object
| |
StandardDirectory |
Get standard directory for controller files
This is where VideoRay software will put configuration files by default.
"LocalApplicationData"\VideoRay\SubDirectory\
| |
SubDirectory |
Subdirectory to use under the known VideoRay directory
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ConfigurationFile<(Of <(T>)>) |