  | NativeModuleGetAlias Method  | 
 [This is preliminary documentation and is subject to change.]
Get an alias by name
 
    Namespace: 
   Llvm.NET
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic GlobalAlias GetAlias(
	string name
)
Parameters
- name
 - Type: SystemString
name of the alias to get 
Return Value
Type: 
GlobalAliasAlias matching 
name or null if no such alias exists
See Also