Class HeapSizes
Size of the meta data heaps.
Inheritance
System.Object
HeapSizes
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public class HeapSizes : object
Constructors
| Improve this Doc View SourceHeapSizes(Byte)
Create a new HeapSizes instances.
Declaration
public HeapSizes(byte heapSizes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | heapSizes | HeapSizes value from the MetaDataTablesHdr. |
Properties
| Improve this Doc View SourceBlob
Size of the offset into the "Blob" heap.
Declaration
public uint Blob { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Guid
Size of the offset into the "Guid" heap.
Declaration
public uint Guid { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
HasExtraData
Gets a value indicating whether the tables stream header contains an additional 32-bits after the table row counts.
Declaration
public bool HasExtraData { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
This is an undocumented feature of the CLR. See also: https://github.com/dotnet/runtime/blob/ce2165d8084cca98b95f5d8ff9386759bfd8c722/src/coreclr/md/runtime/metamodel.cpp#L290
String
Size of the offsets into the "String" heap.
Declaration
public uint String { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |