Class HeapSizes
Size of the meta data heaps.
Inherited Members
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public class HeapSizes
Constructors
| Edit this page View SourceHeapSizes(byte)
Create a new HeapSizes instances.
Declaration
public HeapSizes(byte heapSizes)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | heapSizes | HeapSizes value from the MetaDataTablesHdr. |
Properties
| Edit this page View SourceBlob
Size of the offset into the "Blob" heap.
Declaration
public uint Blob { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Guid
Size of the offset into the "Guid" heap.
Declaration
public uint Guid { get; }
Property Value
| Type | Description |
|---|---|
| uint |
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 |
|---|---|
| bool |
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 |
|---|---|
| uint |