Click or drag to resize
Llvm.NET LogoContextCreateStructType Method (String)

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

Create an empty structure type

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public IStructType CreateStructType(
	string name
)

Parameters

name
Type: SystemString
Name of the type

Return Value

Type: IStructType
New type
See Also