コード例 #1
0
 public MemoryCard(IntPtr ptr)
 {
     this.Ptr = ptr;
     EDSDK.EdsGetVolumeInfo(this.Ptr, out _memoryCardInfo);
 }