Table of Contents

Method GetAlias

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

GetAlias(LazyEncodedString)

Get an alias by name

GlobalAlias? GetAlias(LazyEncodedString name)

Parameters

name LazyEncodedString

name of the alias to get

Returns

GlobalAlias

Alias matching name or null if no such alias exists