C# Class CtorUpdater, monomac

Afficher le fichier Open project: kangaroo/monomac

Méthodes publiques

Méthode Description
DocumentDisposable ( Type t ) : void
DocumentHandle ( Type t ) : void
LoadDoc ( Type t ) : System.Xml.Linq.XDocument
Main ( string args ) : int
ProcessEventArgs ( Type t ) : void
ProcessNSO ( Type t ) : void
Save ( System.Xml.Linq.XDocument xmldoc, Type t ) : void
ScanEvents ( Type t ) : void

Private Methods

Méthode Description
Record ( Type t, string evtsig, string last ) : int

Method Details

DocumentDisposable() public static méthode

public static DocumentDisposable ( Type t ) : void
t Type
Résultat void

DocumentHandle() public static méthode

public static DocumentHandle ( Type t ) : void
t Type
Résultat void

LoadDoc() static public méthode

static public LoadDoc ( Type t ) : System.Xml.Linq.XDocument
t Type
Résultat System.Xml.Linq.XDocument

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int

ProcessEventArgs() public static méthode

public static ProcessEventArgs ( Type t ) : void
t Type
Résultat void

ProcessNSO() public static méthode

public static ProcessNSO ( Type t ) : void
t Type
Résultat void

Save() public static méthode

public static Save ( System.Xml.Linq.XDocument xmldoc, Type t ) : void
xmldoc System.Xml.Linq.XDocument
t Type
Résultat void

ScanEvents() public static méthode

public static ScanEvents ( Type t ) : void
t Type
Résultat void