コード例 #1
0
 public TypeAddressContainer(ClrDump clrDump, ClrType clrType)
 {
     this.clrDump = clrDump;
     this.clrType = clrType;
     addressList  = new AddressContainerList(clrDump.GetInstances(clrType));
 }
コード例 #2
0
 public TypeAddressContainer(ClrDump clrDump, ClrType clrType)
 {
     this.clrDump = clrDump;
     this.clrType = clrType;
     addressList = new AddressContainerList(clrDump.GetInstances(clrType));
 }