Show / Hide Table of Contents

Class TypeRef

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

Constructors

| Improve this Doc View Source

TypeRef(IRawFile, Int64, HeapSizes, IndexSize)

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

ResolutionScope

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

TypeName

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

TypeNamespace

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