Show / Hide Table of Contents

Class Constant

Inheritance
System.Object
AbstractStructure
AbstractTable
Constant
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(UInt32)
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class Constant : AbstractTable

Constructors

| Improve this Doc View Source

Constant(IRawFile, Int64, HeapSizes, IndexSize)

Declaration
public Constant(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type Name Description
IRawFile peFile
System.Int64 offset
HeapSizes heapSizes
IndexSize indexSizes

Properties

| Improve this Doc View Source

Parent

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

Type

Declaration
public byte Type { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Value

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