vrLib SDK Documentation
ConfigurationFile<(Of <(T>)>) Class
NamespacesVideoRay.UtilConfigurationFile<(Of <(T>)>)
Generic XML Configuration file.
Declaration Syntax
C#Visual BasicVisual 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 MembersConstructorsMethodsPropertiesFields



IconMemberDescription
ConfigurationFile<(Of <(T>)>)()()()
Initializes a new instance of the ConfigurationFile<(Of <(T>)>) class

Data
Member used to retrieve a loaded configuration file

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ConfigurationFile<(Of <(T>)>)

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)