Table of Contents

Method ElementAtOffset

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

ElementAtOffset(IStructType, ulong)

Gets the element index for a specific offset in a given structure

public uint ElementAtOffset(IStructType structType, ulong offset)

Parameters

structType IStructType

Type of the structure

offset ulong

Offset to determine the index of

Returns

uint

Index of the element