C# Class png2bmp32.ArgumentParser

ファイルを表示 Open project: thomerow/png2bmp32 Class Usage Examples

Public Methods

Method Description
ArgumentParser ( string args ) : System

Protected Methods

Method Description
OnFinishedArgumentParsing ( EventArgs e ) : void

OnInputPathParsed ( PathParsedEventArgs e ) : void

Private Methods

Method Description
Parse ( ) : void

Method Details

ArgumentParser() public method

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

OnFinishedArgumentParsing() protected method

protected OnFinishedArgumentParsing ( EventArgs e ) : void
e System.EventArgs
return void

OnInputPathParsed() protected method

protected OnInputPathParsed ( PathParsedEventArgs e ) : void
e PathParsedEventArgs
return void