Class AbstractStructure
Abstract class for a Windows structure.
Inheritance
System.Object
AbstractStructure
Namespace: PeNet.Header
Assembly: PeNet.dll
Syntax
public abstract class AbstractStructure : object
Constructors
| Improve this Doc View SourceAbstractStructure(IRawFile, Int64)
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. |
System.Int64 | offset | The offset to the structure in the buffer. |