C# 클래스 entity.HexEditor.HexView

The hex view.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MapOffset long
filePath string

공개 메소드들

메소드 설명
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 ( Meta m, Map map ) : void

The reload.

Setup ( string path ) : void

The setup.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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, KeyEventArgs e ) : void

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, EventArgs e ) : void
btnSaveChanges_Click ( object sender, EventArgs e ) : void
cbRawNumber_SelectedIndexChanged ( object sender, EventArgs e ) : void
goToToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The go to tool strip menu item_ click.

hexBox1_SelectionLengthChanged ( object sender, EventArgs e ) : void
hexBox1_SelectionStartChanged ( object sender, EventArgs e ) : void
lblMetaView_Click ( object sender, EventArgs e ) : void
lblRawView_Click ( object sender, EventArgs e ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The save tool strip menu item_ click.

txtbHexViewer_KeyDown ( object sender, KeyEventArgs e ) : void

The txtb hex viewer_ key down.

txtbHexViewer_KeyPress ( object sender, KeyPressEventArgs e ) : void

The txtb hex viewer_ key press.

메소드 상세

Colorize() 공개 메소드

The colorize.
public Colorize ( ) : void
리턴 void

ConvertHexStringToByteArray() 공개 메소드

The convert hex string to byte array.
public ConvertHexStringToByteArray ( string hex ) : void
hex string The hex.
리턴 void

Dispose() 보호된 메소드

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

GetBytes() 공개 정적인 메소드

The get bytes.
public static GetBytes ( string hexString ) : byte[]
hexString string The hex string.
리턴 byte[]

GetOffsetInMeta() 공개 메소드

The get offset in meta.
public GetOffsetInMeta ( ) : int
리턴 int

HexView() 공개 메소드

Initializes a new instance of the HexView class.
public HexView ( ) : System
리턴 System

Reload() 공개 메소드

The reload.
public Reload ( Meta m, Map map ) : void
m HaloMap.Meta.Meta The m.
map HaloMap.Map.Map The map.
리턴 void

Setup() 공개 메소드

The setup.
public Setup ( string path ) : void
path string The path.
리턴 void

프로퍼티 상세

MapOffset 공개적으로 프로퍼티

The map offset.
public long MapOffset
리턴 long

filePath 공개적으로 프로퍼티

The file path.
public string filePath
리턴 string