C# Class PdbReader.App

显示文件 Open project: LibreCrops/cdef

Public Methods

Method Description
App ( string args ) : System
Run ( ) : int
WriteError ( string msg ) : void

Private Methods

Method Description
MainHelp ( ) : void

Method Details

App() public method

public App ( string args ) : System
args string
return System

Run() public method

public Run ( ) : int
return int

WriteError() public method

public WriteError ( string msg ) : void
msg string
return void