Method ElementAtOffset
ElementAtOffset(IStructType, UInt64)
Gets the element index for a specific offset in a given structure
Declaration
public uint ElementAtOffset(IStructType structType, ulong offset)
Parameters
public uint ElementAtOffset(IStructType structType, ulong offset)
IStructType | structType | Type of the structure |
UInt64 | offset | Offset to determine the index of |
Returns
UInt32 | Index of the element |