C# Class VAGSuite.CompareResults.SelectSymbolEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite

Public Methods

Method Description
SelectSymbolEventArgs ( int address, int length, string mapname, string filename, bool showdiffmap, SymbolCollection symColl, int symbolnumber1, int symbolnumber2, int codeblock1, int codeblock2 ) : System

Method Details

SelectSymbolEventArgs() public method

public SelectSymbolEventArgs ( int address, int length, string mapname, string filename, bool showdiffmap, SymbolCollection symColl, int symbolnumber1, int symbolnumber2, int codeblock1, int codeblock2 ) : System
address int
length int
mapname string
filename string
showdiffmap bool
symColl SymbolCollection
symbolnumber1 int
symbolnumber2 int
codeblock1 int
codeblock2 int
return System