Class ClassLayout
Inherited Members
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class ClassLayout : AbstractTable
Constructors
| Edit this page View SourceClassLayout(IRawFile, long, HeapSizes, IndexSize)
Declaration
public ClassLayout(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 SourceClassSize
Declaration
public uint ClassSize { get; }
Property Value
| Type | Description |
|---|---|
| uint |
PackingSize
Declaration
public ushort PackingSize { get; }
Property Value
| Type | Description |
|---|---|
| ushort |
Parent
Declaration
public uint Parent { get; }
Property Value
| Type | Description |
|---|---|
| uint |