C# Class RTSEngine.Data.DevCommandSave

Inheritance: DevCommand
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
REGEX System.Text.RegularExpressions.Regex
file System.IO.FileInfo

Méthodes publiques

Méthode Description
DevCommandSave ( FileInfo f ) : System
TryParse ( string c, DevCommand &command ) : bool

Method Details

DevCommandSave() public méthode

public DevCommandSave ( FileInfo f ) : System
f System.IO.FileInfo
Résultat System

TryParse() public static méthode

public static TryParse ( string c, DevCommand &command ) : bool
c string
command DevCommand
Résultat bool

Property Details

REGEX public_oe static_oe property

public static Regex,System.Text.RegularExpressions REGEX
Résultat System.Text.RegularExpressions.Regex

file public_oe property

public FileInfo,System.IO file
Résultat System.IO.FileInfo