C# Class CSharpUML.MainClass

Show file Open project: knot3/CSharpUML

Public Methods

Method Description
IsRunningOnMono ( ) : bool
Main ( string args ) : void

Private Methods

Method Description
Code2Uml ( IEnumerable paths, string target ) : void
IsBlacklisted ( string name ) : bool
Uml2Code ( IEnumerable paths, string _target ) : void
Uml2Diagram ( IEnumerable paths, string target ) : void
Uml2Tex ( IEnumerable umlfiles, string target ) : void
VisualStudio2Uml ( IEnumerable paths, string target ) : void
newCommand ( List &lines, string cmd, string content ) : void

Method Details

IsRunningOnMono() public static method

public static IsRunningOnMono ( ) : bool
return bool

Main() public static method

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