Show / Hide Table of Contents

Class HeapSizes

Size of the meta data heaps.

Inheritance
System.Object
HeapSizes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class HeapSizes

Constructors

| Improve this Doc View Source

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

Blob

Size of the offset into the "Blob" heap.

Declaration
public uint Blob { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Guid

Size of the offset into the "Guid" heap.

Declaration
public uint Guid { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

String

Size of the offsets into the "String" heap.

Declaration
public uint String { get; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX