Click or drag to resize
Llvm.NET LogoNativeModuleGetTypeByName 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
Syntax
C#
public ITypeRef GetTypeByName(
	string name
)

Parameters

name
Type: SystemString
Name of the type

Return Value

Type: ITypeRef
The type or null if no type with the specified name exists in the module
See Also