Represents the origins of offsets of a member.
Namespace:
Syroot.BinaryData
Assembly:
Syroot.BinaryData (in Syroot.BinaryData.dll) Version: 4.0.0
SyntaxPublic Enumeration OffsetOrigin
public enum class OffsetOrigin
Members
| Member name | Description |
---|
| Current |
The origin is relative to the most recent position of the data stream.
|
| Begin |
The origin is relative to the start of the class or structure, which is the position at which reading or
writing the instance of the top-most base type has been initiated.
|
See Also