C# Class VM.ConfigFile

Show file Open project: Rohansi/VM Class Usage Examples

Public Properties

Property Type Description
ChangeSpeed Keyboard.Key
DefaultFile string
Devices List
Fast int
Framerate uint
Medium int
Pause Keyboard.Key
Reload Keyboard.Key
Slow int

Public Methods

Method Description
Load ( string fileName ) : ConfigFile

Method Details

Load() public static method

public static Load ( string fileName ) : ConfigFile
fileName string
return ConfigFile

Property Details

ChangeSpeed public property

public Keyboard.Key ChangeSpeed
return Keyboard.Key

DefaultFile public property

public string DefaultFile
return string

Devices public property

public List Devices
return List

Fast public property

public int Fast
return int

Framerate public property

public uint Framerate
return uint

Medium public property

public int Medium
return int

Pause public property

public Keyboard.Key Pause
return Keyboard.Key

Reload public property

public Keyboard.Key Reload
return Keyboard.Key

Slow public property

public int Slow
return int