Show / Hide Table of Contents

Class GenericParamConstraint

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

Constructors

| Improve this Doc View Source

GenericParamConstraint(IRawFile, Int64, HeapSizes, IndexSize)

Declaration
public GenericParamConstraint(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

Constraint

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

Owner

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