예제 #1
0
 public void Store(FastBinaryWriter writer)
 {
     writer.WriteByte((byte)TraceEntryTypes.HeapMemoryAccess);
     writer.WriteBoolean(IsWrite);
     writer.WriteInt16(Size);
     writer.WriteInt32(InstructionImageId);
     writer.WriteUInt32(InstructionRelativeAddress);
     writer.WriteInt32(HeapAllocationBlockId);
     writer.WriteUInt32(MemoryRelativeAddress);
 }