Click or drag to resize
Llvm.NET LogoITypeRef Properties

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

The ITypeRef type exposes the following members.

Properties
  NameDescription
Public propertyContext
Context that owns this type
Public propertyIntegerBitWidth
Integer bit width of this type or 0 for non integer types
Public propertyIsDouble
Public propertyIsFloat
Public propertyIsFloatingPoint
Flag to indicate if this type is a floating point type
Public propertyIsInteger
Flag to indicate if this type is an integer
Public propertyIsPointer
Flag to indicate if this type is a pointer
Public propertyIsPointerPointer
FLag to indicate if this type is a pointer to a pointer
Public propertyIsSequence
Flag to indicate if this type is a sequence type
Public propertyIsSized
Flag to indicate if the type is sized
Public propertyIsStruct
Flag to indicate if this type is a structure type
Public propertyIsVoid
Flag to indicate if this type represents the void type
Public propertyKind
LLVM Type kind for this type
Public propertyTypeHandle
LibLLVM handle for the type
Top
See Also