Interface IStructType
Interface for an LLVM structure type
public interface IStructType : INamedStructuralType, ITypeRef, IEquatable<ITypeRef>
- Inherited Members
Properties
- IsPacked
Gets a value indicating whether the structure is packed (e.g. no automatic alignment padding between elements)
Methods
- SetBody(bool, params IEnumerable<ITypeRef>)
Sets the body of the structure