Table of Contents

Method GetTypeByName

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

GetTypeByName(LazyEncodedString)

Retrieves a ITypeRef by name from the module

ITypeRef? GetTypeByName(LazyEncodedString name)

Parameters

name LazyEncodedString

Name of the type

Returns

ITypeRef

The type or null if no type with the specified name exists in the module