Exemplo n.º 1
0
 public ObjectInfo(HeapshotReader.TypeInfo typeInfo, uint size, HeapshotReader.ObjectType type)
 {
     this.references        = new List <HeapshotReader.ReferenceInfo>();
     this.inverseReferences = new List <HeapshotReader.BackReferenceInfo>();
     this.typeInfo          = typeInfo;
     this.size = size;
     this.type = type;
 }
Exemplo n.º 2
0
 public ObjectInfo(HeapshotReader.TypeInfo typeInfo, uint size, HeapshotReader.ObjectType type)
 {
     this.typeInfo = typeInfo;
     this.size     = size;
     this.type     = type;
 }
Exemplo n.º 3
0
			public ObjectInfo(HeapshotReader.TypeInfo typeInfo, uint size, HeapshotReader.ObjectType type)
			{
				this.typeInfo = typeInfo;
				this.size = size;
				this.type = type;
			}
Exemplo n.º 4
0
 public ObjectInfo(HeapshotReader.TypeInfo typeInfo, uint size, HeapshotReader.ObjectType type)
 {
     this.references = new List<HeapshotReader.ReferenceInfo>();
     this.inverseReferences = new List<HeapshotReader.BackReferenceInfo>();
     this.typeInfo = typeInfo;
     this.size = size;
     this.type = type;
 }