C# Class VM.ConfigFile

ファイルを表示 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_oe property

public Keyboard.Key ChangeSpeed
return Keyboard.Key

DefaultFile public_oe property

public string DefaultFile
return string

Devices public_oe property

public List Devices
return List

Fast public_oe property

public int Fast
return int

Framerate public_oe property

public uint Framerate
return uint

Medium public_oe property

public int Medium
return int

Pause public_oe property

public Keyboard.Key Pause
return Keyboard.Key

Reload public_oe property

public Keyboard.Key Reload
return Keyboard.Key

Slow public_oe property

public int Slow
return int