Exemplo n.º 1
0
 public byte[] PtrToByteArray(IntPtr ptr, int length)
 {
     return(AttachedObject.PtrToByteArray(ptr, length));
 }