コード例 #1
0
ファイル: Bindings.cs プロジェクト: dipsec/b00ks-d0c-1
 public static String Disassemble(
     IntPtr InCodePtr,
     Int32 InMaxByteCount,
     Int32 InLineIndent)
 {
     return(Root_Interface.Disassemble(InCodePtr, InMaxByteCount, InLineIndent));
 }