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 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 |
String
Size of the offsets into the "String" heap.
Declaration
public uint String { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |