Show / Hide Table of Contents

Class ImplMap

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

Constructors

| Improve this Doc View Source

ImplMap(IRawFile, Int64, HeapSizes, IndexSize)

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

ImportName

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

ImportScope

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

MappingFlags

Declaration
public ushort MappingFlags { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

MemberForwarded

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