C# Class FDOxml2cs.MainReader

ファイルを表示 Open project: mono/winforms-tools Class Usage Examples

Public Properties

Property Type Description
MainReaderSuccess bool

Public Methods

Method Description
MainReader ( string path ) : System
Start ( ) : void

Private Methods

Method Description
CheckIfMimeFileIsCorrect ( ) : bool
ReadXMLFile ( FileInfo fi ) : bool

Method Details

MainReader() public method

public MainReader ( string path ) : System
path string
return System

Start() public method

public Start ( ) : void
return void

Property Details

MainReaderSuccess public_oe static_oe property

public static bool MainReaderSuccess
return bool