Table of Contents

Method PointerSize

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

PointerSize()

Gets the size of a pointer for the default address space of the target

uint PointerSize()

Returns

uint

Size of a pointer to the default address space

PointerSize(uint)

Retrieves the size of a pointer for a given address space of the target

uint PointerSize(uint addressSpace)

Parameters

addressSpace uint

Address space for the pointer

Returns

uint

Size of a pointer