Class AbstractStructure
Abstract class for a Windows structure.
Inheritance
AbstractStructure
Inherited Members
Namespace: PeNet.Header
Assembly: PeNet.dll
Syntax
public abstract class AbstractStructure
Constructors
| Edit this page View SourceAbstractStructure(IRawFile, long)
Creates a new AbstractStructure which holds fields that all structures have in common.
Declaration
protected AbstractStructure(IRawFile peFile, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | A PE file. |
| long | offset | The offset to the structure in the buffer. |