Method | Description | |
---|---|---|
ToString ( ) : string |
Convert all object properties to strings.
|
|
TypeOffset ( byte buff, uint offset ) : System |
Create a new TypeOffset object.
|
public TypeOffset ( byte buff, uint offset ) : System | ||
buff | byte | PE binary as byte array. |
offset | uint | Offset of the TypeOffset in the array. |
return | System |