WindowsPdbReader icon indicating copy to clipboard operation
WindowsPdbReader copied to clipboard

Update InterpretStruct when API is ready

Open mjsabby opened this issue 7 years ago • 0 comments

https://github.com/dotnet/corefx/issues/30613 tracks making an API that can interpret struct. Today a poor man's version is

MemoryMarshal.Cast<byte, T>(new Span<byte>(data, offset, Marshal.SizeOf<T>))[0];

Tracking to make sure we update this.

mjsabby avatar Jun 28 '18 19:06 mjsabby