Property | Type | Description | |
---|---|---|---|
MapOffset | long | ||
filePath | string |
Method | Description | |
---|---|---|
Colorize ( ) : void |
The colorize.
|
|
ConvertHexStringToByteArray ( string hex ) : void |
The convert hex string to byte array.
|
|
GetBytes ( string hexString ) : byte[] |
The get bytes.
|
|
GetOffsetInMeta ( ) : int |
The get offset in meta.
|
|
HexView ( ) : System |
Initializes a new instance of the HexView class.
|
|
Reload ( |
The reload.
|
|
Setup ( string path ) : void |
The setup.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ClearTxt ( ) : void |
The clear txt.
|
|
ConvertBytesToBoolArray ( byte bytes ) : void |
The convert bytes to bool array.
|
|
ConvertBytesTosbyte ( byte bytes ) : sbyte |
The convert bytes tosbyte.
|
|
HexToByte ( string hex ) : byte |
The hex to byte.
|
|
HexView_KeyDown ( object sender, |
The hex view_ key down.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
IsHexDigit ( char c ) : bool |
The is hex digit.
|
|
MakeBinaryStringFromBoolArray ( bool bits ) : void |
The make binary string from bool array.
|
|
UpdateTxtbInfo ( ) : void |
The update txtb info.
|
|
btnGoto_Click ( object sender, |
||
btnSaveChanges_Click ( object sender, |
||
cbRawNumber_SelectedIndexChanged ( object sender, |
||
goToToolStripMenuItem_Click ( object sender, |
The go to tool strip menu item_ click.
|
|
hexBox1_SelectionLengthChanged ( object sender, |
||
hexBox1_SelectionStartChanged ( object sender, |
||
lblMetaView_Click ( object sender, |
||
lblRawView_Click ( object sender, |
||
saveToolStripMenuItem_Click ( object sender, |
The save tool strip menu item_ click.
|
|
txtbHexViewer_KeyDown ( object sender, |
The txtb hex viewer_ key down.
|
|
txtbHexViewer_KeyPress ( object sender, |
The txtb hex viewer_ key press.
|
public ConvertHexStringToByteArray ( string hex ) : void | ||
hex | string | The hex. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static GetBytes ( string hexString ) : byte[] | ||
hexString | string | The hex string. |
return | byte[] |
public Reload ( |
||
m | The m. | |
map | The map. | |
return | void |