C# Class ME3Explorer.GUIDCacheEditor.GUIDCacheEditor

显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
GUIDs List
props List

Public Methods

Method Description
GUIDCacheEditor ( ) : System
GetHexVal ( char hex ) : int
ReadGUIDs ( IExportEntry export ) : void
RefreshLists ( ) : void
StringToByteArray ( string hex ) : byte[]
handleUpdate ( List updates ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

cloneToolStripMenuItem_Click ( object sender, EventArgs e ) : void
deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listBox1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
openGUIDCacheToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveGUIDCacheToolStripMenuItem_Click ( object sender, EventArgs e ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

GUIDCacheEditor() public method

public GUIDCacheEditor ( ) : System
return System

GetHexVal() public static method

public static GetHexVal ( char hex ) : int
hex char
return int

ReadGUIDs() public method

public ReadGUIDs ( IExportEntry export ) : void
export IExportEntry
return void

RefreshLists() public method

public RefreshLists ( ) : void
return void

StringToByteArray() public static method

public static StringToByteArray ( string hex ) : byte[]
hex string
return byte[]

handleUpdate() public method

public handleUpdate ( List updates ) : void
updates List
return void

Property Details

GUIDs public_oe property

public List GUIDs
return List

props public_oe property

public List props
return List