Show / Hide Table of Contents

Class HeapSizes

Size of the meta data heaps.

Inheritance
object
HeapSizes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public class HeapSizes

Constructors

| Edit this page View Source

HeapSizes(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 Source

Blob

Size of the offset into the "Blob" heap.

Declaration
public uint Blob { get; }
Property Value
Type Description
uint
| Edit this page View Source

Guid

Size of the offset into the "Guid" heap.

Declaration
public uint Guid { get; }
Property Value
Type Description
uint
| Edit this page View Source

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

| Edit this page View Source

String

Size of the offsets into the "String" heap.

Declaration
public uint String { get; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX