Skip to content

Commit b9c3311

Browse files
DebugDirectoryTreeNode: AddressOfRawData and PointerToRawData columns should use hex display.
1 parent 4d38900 commit b9c3311

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ILSpy/Metadata/DebugDirectoryTreeNode.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ class DebugDirectoryEntryView
116116
public ushort MinorVersion { get; set; }
117117
public string Type { get; set; }
118118
public int SizeOfRawData { get; set; }
119+
[ColumnInfo("X8")]
119120
public int AddressOfRawData { get; set; }
121+
[ColumnInfo("X8")]
120122
public int PointerToRawData { get; set; }
121123
public string RawData { get; set; }
122124

0 commit comments

Comments
 (0)