Click or drag to resize
Llvm.NET LogoIStructType Properties

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

The IStructType type exposes the following members.

Properties
  NameDescription
Public propertyContext
Context that owns this type
(Inherited from ITypeRef.)
Public propertyIntegerBitWidth
Integer bit width of this type or 0 for non integer types
(Inherited from ITypeRef.)
Public propertyIsDouble (Inherited from ITypeRef.)
Public propertyIsFloat (Inherited from ITypeRef.)
Public propertyIsFloatingPoint
Flag to indicate if this type is a floating point type
(Inherited from ITypeRef.)
Public propertyIsInteger
Flag to indicate if this type is an integer
(Inherited from ITypeRef.)
Public propertyIsOpaque
Indicates if the structure is opaque (e.g. has no body defined yet)
Public propertyIsPacked
Indicates if the structure is packed (e.g. no automatic alignment padding between elements)
Public propertyIsPointer
Flag to indicate if this type is a pointer
(Inherited from ITypeRef.)
Public propertyIsPointerPointer
FLag to indicate if this type is a pointer to a pointer
(Inherited from ITypeRef.)
Public propertyIsSequence
Flag to indicate if this type is a sequence type
(Inherited from ITypeRef.)
Public propertyIsSized
Flag to indicate if the type is sized
(Inherited from ITypeRef.)
Public propertyIsStruct
Flag to indicate if this type is a structure type
(Inherited from ITypeRef.)
Public propertyIsVoid
Flag to indicate if this type represents the void type
(Inherited from ITypeRef.)
Public propertyKind
LLVM Type kind for this type
(Inherited from ITypeRef.)
Public propertyMembers
List of types for all member elements of the structure
Public propertyName
Name of the structure
Public propertyTypeHandle
LibLLVM handle for the type
(Inherited from ITypeRef.)
Top
See Also