コード例 #1
0
 public LifetimeEntry(IntPtr handle, int offset) : this(LifetimeEntry.GetInternalLifetimeEntry(handle, offset), handle)
 {
     this.offset = offset;
 }