 | ContextGetPointerTypeFor Method |
[This is preliminary documentation and is subject to change.]
Get a type that is a pointer to a value of a given type
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic IPointerType GetPointerTypeFor(
ITypeRef elementType
)
Parameters
- elementType
- Type: Llvm.NET.TypesITypeRef
Type of value the pointer points to
Return Value
Type:
IPointerTypeIPointerType for a pointer that references a value of type
elementType
See Also