Method OffsetOfElement
OffsetOfElement(IStructType, UInt32)
Gets the offset of an element in a structure
Declaration
public ulong OffsetOfElement(IStructType structType, uint element)
Parameters
public ulong OffsetOfElement(IStructType structType, uint element)
IStructType | structType | Type of the structure |
UInt32 | element | index of the element in the structure |
Returns
UInt64 | Offset of the element from the beginning of the structure |