Inheritance
System.Object
TypeDef
Assembly: PeNet.dll
public class TypeDef : AbstractTable
Constructors
|
Improve this Doc
View Source
Declaration
public TypeDef(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public uint Extends { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint FieldList { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint Flags { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint MethodList { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint Name { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint Namespace { get; }
Property Value
Type |
Description |
System.UInt32 |
|