Click or drag to resize
Llvm.NET LogoITypeRefCreatePointerType Method

[This is preliminary documentation and is subject to change.]

Get a IPointerType for a type that points to elements of this type in the default (0) address space

Namespace:  Llvm.NET.Types
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
IPointerType CreatePointerType()

Return Value

Type: IPointerType
IPointerTypecorresponding to the type of a pointer that refers to elements of this type
See Also