예제 #1
0
 public int GetLineIndex(uint cpuAddress)
 {
     return((int)DebugApi.GetDisassemblyLineIndex(_type, cpuAddress));
 }