C# Class BinaryFileInspectorGUI.Inspector

Afficher le fichier Open project: Andos/BinaryFileSchema

Méthodes publiques

Méthode Description
Inspector ( ) : System
OpenFile ( string filename ) : void
OpenSchema ( string filename ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Inspector() public méthode

public Inspector ( ) : System
Résultat System

OpenFile() public méthode

public OpenFile ( string filename ) : void
filename string
Résultat void

OpenSchema() public méthode

public OpenSchema ( string filename ) : void
filename string
Résultat void