Show / Hide Table of Contents

Class TypeDef

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

Constructors

| Improve this Doc View Source

TypeDef(IRawFile, Int64, HeapSizes, IndexSize)

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

Extends

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

FieldList

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

Flags

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

MethodList

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

Name

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

Namespace

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