C# Class BinaryFileInspectorGUI.Inspector

Mostra file Open project: Andos/BinaryFileSchema

Public Methods

Method Description
Inspector ( ) : System
OpenFile ( string filename ) : void
OpenSchema ( string filename ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddFileLine ( string data, IBfsType type, TreeNode parent ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReadBitField ( BfsBitfield bfsbitfield, TreeNode parent ) : void
ReadDataBlock ( IBfsDataBlock block, TreeNode parent ) : void
ReadEnum ( BfsEnum bfsenum, TreeNode parent ) : void
ReadStruct ( BfsStruct bfsstruct, TreeNode parent ) : void
ReadStructField ( BfsStructField field, TreeNode parent ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Inspector() public method

public Inspector ( ) : System
return System

OpenFile() public method

public OpenFile ( string filename ) : void
filename string
return void

OpenSchema() public method

public OpenSchema ( string filename ) : void
filename string
return void