Class Constant
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)
Namespace: PeNet.Structures.MetaDataTables
Assembly: PeNet.dll
Syntax
public class Constant : AbstractTable
Constructors
| Improve this Doc View SourceConstant(Byte[], UInt32, HeapSizes, IndexSize)
Declaration
public Constant(byte[] buff, uint offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | buff | |
| System.UInt32 | offset | |
| HeapSizes | heapSizes | |
| IndexSize | indexSizes |
Properties
| Improve this Doc View SourceParent
Declaration
public uint Parent { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Type
Declaration
public byte Type { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
Value
Declaration
public uint Value { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |