C# Class CtorUpdater, monomac

Mostrar archivo Open project: kangaroo/monomac

Public Methods

Method 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

Method Description
Record ( Type t, string evtsig, string last ) : int

Method Details

DocumentDisposable() public static method

public static DocumentDisposable ( Type t ) : void
t Type
return void

DocumentHandle() public static method

public static DocumentHandle ( Type t ) : void
t Type
return void

LoadDoc() static public method

static public LoadDoc ( Type t ) : System.Xml.Linq.XDocument
t Type
return System.Xml.Linq.XDocument

Main() public static method

public static Main ( string args ) : int
args string
return int

ProcessEventArgs() public static method

public static ProcessEventArgs ( Type t ) : void
t Type
return void

ProcessNSO() public static method

public static ProcessNSO ( Type t ) : void
t Type
return void

Save() public static method

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

ScanEvents() public static method

public static ScanEvents ( Type t ) : void
t Type
return void