Esempio n. 1
0
 public static String Disassemble(
     IntPtr InCodePtr,
     Int32 InMaxByteCount,
     Int32 InLineIndent)
 {
     return(Root_Interface.Disassemble(InCodePtr, InMaxByteCount, InLineIndent));
 }