C# Класс Glare.Assets.Controls.BinaryAssetBrowser

A hex browser for a BinaryAsset.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BinaryAssetBrowser ( BinaryAsset asset ) : System
BinaryAssetBrowser ( IList data, int start, int count, int displayOffset ) : System

Initialise the control.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
Format ( object value ) : string
InitializeComponent ( ) : void

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

OnGridCellEnter ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
label4_Click ( object sender, EventArgs e ) : void
this ( int index ) : byte

Описание методов

BinaryAssetBrowser() публичный Метод

public BinaryAssetBrowser ( BinaryAsset asset ) : System
asset Glare.Assets.BinaryAsset
Результат System

BinaryAssetBrowser() публичный Метод

Initialise the control.
public BinaryAssetBrowser ( IList data, int start, int count, int displayOffset ) : System
data IList
start int
count int
displayOffset int
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void