C# Class Documenter.PageGenerator

Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

Méthode Description
GeneratePages ( ) : void
PageGenerator ( System.Xml.Linq.XDocument source, Assembly assembly, string gameTitle ) : System

Private Methods

Méthode Description
GetFieldXElement ( FieldInfo field ) : System.Xml.Linq.XElement
GetMemberName ( FieldInfo field ) : string
GetMemberName ( MethodInfo method ) : string
GetMemberName ( PropertyInfo property ) : string
GetMemberName ( Type type ) : string
GetMethodXElement ( MethodInfo method ) : System.Xml.Linq.XElement
GetPropertyXElement ( PropertyInfo property ) : System.Xml.Linq.XElement
GetRemarksTextXElement ( string name ) : System.Xml.Linq.XElement
GetSignatureXmlElement ( MethodInfo method ) : System.Xml.Linq.XElement
GetSignatureXmlElement ( PropertyInfo property ) : System.Xml.Linq.XElement
GetSummaryTextXElement ( string name ) : System.Xml.Linq.XElement
GetTypeXmlElement ( Type type, bool details ) : System.Xml.Linq.XElement

Method Details

GeneratePages() public méthode

public GeneratePages ( ) : void
Résultat void

PageGenerator() public méthode

public PageGenerator ( System.Xml.Linq.XDocument source, Assembly assembly, string gameTitle ) : System
source System.Xml.Linq.XDocument
assembly System.Reflection.Assembly
gameTitle string
Résultat System