C# Class VM.ConfigFile

Afficher le fichier Open project: Rohansi/VM Class Usage Examples

Méthodes publiques

Свойство Type Description
ChangeSpeed Keyboard.Key
DefaultFile string
Devices List
Fast int
Framerate uint
Medium int
Pause Keyboard.Key
Reload Keyboard.Key
Slow int

Méthodes publiques

Méthode Description
Load ( string fileName ) : ConfigFile

Method Details

Load() public static méthode

public static Load ( string fileName ) : ConfigFile
fileName string
Résultat ConfigFile

Property Details

ChangeSpeed public_oe property

public Keyboard.Key ChangeSpeed
Résultat Keyboard.Key

DefaultFile public_oe property

public string DefaultFile
Résultat string

Devices public_oe property

public List Devices
Résultat List

Fast public_oe property

public int Fast
Résultat int

Framerate public_oe property

public uint Framerate
Résultat uint

Medium public_oe property

public int Medium
Résultat int

Pause public_oe property

public Keyboard.Key Pause
Résultat Keyboard.Key

Reload public_oe property

public Keyboard.Key Reload
Résultat Keyboard.Key

Slow public_oe property

public int Slow
Résultat int