 | NativeModuleGetTypeByName Method |
[This is preliminary documentation and is subject to change.]
Retrieves a
ITypeRef by name from the module
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic ITypeRef GetTypeByName(
string name
)
Parameters
- name
- Type: SystemString
Name of the type
Return Value
Type:
ITypeRefThe type or null if no type with the specified name exists in the module
See Also