C# Class Mono.ILASM.Driver.DriverMain

Datei anzeigen Open project: mono/mono

Public Methods

Method Description
DriverMain ( string args ) : System
Run ( ) : bool
ShowToken ( object sender, Mono.ILASM.NewTokenEventArgs args ) : void

Private Methods

Method Description
About ( ) : void
CreateOutputFilename ( ) : string

Get the first file name and makes it into an output file name

Error ( string message ) : void
GetCommand ( string str, string &command_arg ) : string
LoadKey ( ) : void
ParseArgs ( string args ) : void
ProcessFile ( string file_path ) : void
Sign ( string filename ) : bool
Usage ( ) : void
Version ( ) : void

Method Details

DriverMain() public method

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

Run() public method

public Run ( ) : bool
return bool

ShowToken() public method

public ShowToken ( object sender, Mono.ILASM.NewTokenEventArgs args ) : void
sender object
args Mono.ILASM.NewTokenEventArgs
return void