Show / Hide Table of Contents

Class NestedClass

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

Constructors

| Improve this Doc View Source

NestedClass(IRawFile, Int64, HeapSizes, IndexSize)

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

EnclosingClassType

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

NestedClassType

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