C# Class PdbReader.Xml.XmlMaker

Afficher le fichier Open project: LibreCrops/cdef Class Usage Examples

Méthodes publiques

Méthode Description
AddNamed ( CBrace type, string name ) : void
AddUnnamed ( CBrace type ) : int
Save ( System stream ) : void
Save ( string path ) : void
XmlMaker ( ) : System

Private Methods

Méthode Description
AddAttr ( XmlElement elem, string key, object val ) : void
AddChild ( XmlElement elem, XmlElement child ) : void
AddFunc ( CFunc func ) : int
AddGroup ( XmlElement elem, CBrace type, string key, object val ) : void
AddNameAndOffsetAttrs ( XmlElement elem, string name, Offset offset ) : void
AddTypeBasicAttrs ( XmlElement elem, CType type, bool writeWrap ) : void
EncodeBaseType ( CTerm type ) : string
EncodePrim ( CPrim t ) : string
MakeConstEntry ( string name, uint val ) : XmlElement
MakeElem ( string tag ) : XmlElement
MakeFieldEntry ( CType type, string name, Offset offset ) : XmlElement
OffsetStr ( Offset offset ) : string
StripTypeAttr ( CTerm core, string &attr ) : CTerm
UnwrapType ( CType type, string &wrap ) : CTerm

Method Details

AddNamed() public méthode

public AddNamed ( CBrace type, string name ) : void
type PdbReader.Types.CBrace
name string
Résultat void

AddUnnamed() public méthode

public AddUnnamed ( CBrace type ) : int
type PdbReader.Types.CBrace
Résultat int

Save() public méthode

public Save ( System stream ) : void
stream System
Résultat void

Save() public méthode

public Save ( string path ) : void
path string
Résultat void

XmlMaker() public méthode

public XmlMaker ( ) : System
Résultat System