Class AbstractStructure
Abstract class for a Windows structure.
Inheritance
System.Object
AbstractStructure
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public abstract class AbstractStructure
Constructors
| Improve this Doc View SourceAbstractStructure(Byte[], UInt32)
Creates a new AbstractStructure which holds fields that all structures have in common.
Declaration
protected AbstractStructure(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | A PE file as a binary buffer. |
System.UInt32 | offset | The offset to the structure in the buffer. |
Methods
| Improve this Doc View SourceToString()
Create a printable string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String containing all property-value pairs. |
Overrides
System.Object.ToString()