C# Class MarkDownDocumentator.Program

Afficher le fichier Open project: CellAO/CellAO-NightPredator

Méthodes publiques

Méthode Description
WriteCode ( TextWriter tw, string text ) : void

WriteEnumList ( string fileName, string enumName, Type enumType, bool writeValues = true ) : void

WriteHeader1 ( TextWriter tw, string text ) : void

WriteHeader2 ( TextWriter tw, string text ) : void

WriteHorizonalLine ( TextWriter tw ) : void

WriteStatsList ( string fileName ) : void

Private Methods

Méthode Description
Main ( string args ) : void

WriteEnumListHex ( string fileName, string enumName, Type enumType, bool writeValues = true ) : void
WriteFooter ( TextWriter tw ) : void

WriteLink ( TextWriter tw, string p1, string p2 ) : void

WriteVendingMachineIds ( string fileName ) : void

Method Details

WriteCode() public static méthode

public static WriteCode ( TextWriter tw, string text ) : void
tw System.IO.TextWriter ///
text string ///
Résultat void

WriteEnumList() public static méthode

public static WriteEnumList ( string fileName, string enumName, Type enumType, bool writeValues = true ) : void
fileName string ///
enumName string ///
enumType System.Type ///
writeValues bool ///
Résultat void

WriteHeader1() public static méthode

public static WriteHeader1 ( TextWriter tw, string text ) : void
tw System.IO.TextWriter ///
text string ///
Résultat void

WriteHeader2() public static méthode

public static WriteHeader2 ( TextWriter tw, string text ) : void
tw System.IO.TextWriter ///
text string ///
Résultat void

WriteHorizonalLine() public static méthode

public static WriteHorizonalLine ( TextWriter tw ) : void
tw System.IO.TextWriter ///
Résultat void

WriteStatsList() public static méthode

public static WriteStatsList ( string fileName ) : void
fileName string ///
Résultat void