Show / Hide Table of Contents

Class ImplMap

Inheritance
object
AbstractStructure
AbstractTable
ImplMap
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 ImplMap : AbstractTable

Constructors

| Edit this page View Source

ImplMap(IRawFile, long, HeapSizes, IndexSize)

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

ImportName

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

ImportScope

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

MappingFlags

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

MemberForwarded

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