示例#1
0
 /*
  *      public void DumpChunks(bDNA dna)
  *      {
  *              bFile_dumpChunks(_native, dna._native);
  *      }
  */
 public byte[] FindLibPointer(long ptr)
 {
     byte[] data;
     if (LibPointers.TryGetValue(ptr, out data))
     {
         return(data);
     }
     return(null);
 }