 | ContextCreateStructType 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
Syntaxpublic IStructType CreateStructType(
string name
)
Parameters
- name
- Type: SystemString
Name of the type
Return Value
Type:
IStructTypeNew type
See Also