Table of Contents

Interface INamedStructuralType

Namespace
Ubiquity.NET.Llvm.Types
Assembly
Ubiquity.NET.Llvm.dll

Interface for a named type with members

public interface INamedStructuralType : ITypeRef, IEquatable<ITypeRef>
Inherited Members

Remarks

This is a common interface for structures and unions

Properties

IsOpaque

Gets a value indicating whether the structure is opaque (e.g. has no body defined yet)

Members

Gets a list of types for all member elements of the structure

Name

Gets the name of the structure