Show / Hide Table of Contents

Class Constant

Inheritance
object
AbstractStructure
AbstractTable
Constant
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(uint)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class Constant : AbstractTable

Constructors

| Edit this page View Source

Constant(IRawFile, long, HeapSizes, IndexSize)

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

Properties

| Edit this page View Source

Parent

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

Type

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

Value

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