Click or drag to resize
Llvm.NET LogoIStructType Methods

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

The IStructType type exposes the following members.

Methods
  NameDescription
Public methodAddExtendedPropertyValue
Adds a value to the container
(Inherited from IExtensiblePropertyContainer.)
Public methodCreateArrayType
Array type factory for an array with elements of this type
(Inherited from ITypeRef.)
Public methodCreatePointerType
Get a IPointerType for a type that points to elements of this type in the default (0) address space
(Inherited from ITypeRef.)
Public methodCreatePointerType(UInt32)
Get a IPointerType for a type that points to elements of this type in the specified address space
(Inherited from ITypeRef.)
Public methodGetNullValue
Gets a null value (e.g. all bits == 0 ) for the type
(Inherited from ITypeRef.)
Public methodSetBody
Sets the body of the structure
Public methodTryGetExtendedPropertyValueT
Try to get a value from the container
(Inherited from IExtensiblePropertyContainer.)
Top
See Also