C# Class MemoryPINGui.Instruction

ファイルを表示 Open project: stkerr/MemoryPIN Class Usage Examples

Public Methods

Method Description
Instruction ( ) : System
Instruction ( uint address, string library, uint threadid, int instructionnumber, uint tickcount, string name = "", Color color = null ) : System

Method Details

Instruction() public method

public Instruction ( ) : System
return System

Instruction() public method

public Instruction ( uint address, string library, uint threadid, int instructionnumber, uint tickcount, string name = "", Color color = null ) : System
address uint
library string
threadid uint
instructionnumber int
tickcount uint
name string
color Color
return System