Interface IPointerType
Interface for a pointer type in LLVM
public interface IPointerType : ITypeRef, IEquatable<ITypeRef>
- Inherited Members
- Extension Methods
Properties
- AddressSpace
Gets the address space the pointer refers to
- ElementType
Gets the element type of this pointer (if available)