C# 클래스 Mono.ILASM.Driver.DriverMain

파일 보기 프로젝트 열기: mono/mono

공개 메소드들

메소드 설명
DriverMain ( string args ) : System
Run ( ) : bool
ShowToken ( object sender, Mono.ILASM.NewTokenEventArgs args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DriverMain() 공개 메소드

public DriverMain ( string args ) : System
args string
리턴 System

Run() 공개 메소드

public Run ( ) : bool
리턴 bool

ShowToken() 공개 메소드

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