 | NativeModuleGetFunction Method |
[This is preliminary documentation and is subject to change.]
Gets a function by name from this module
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic Function GetFunction(
string name
)
Parameters
- name
- Type: SystemString
Name of the function to get
Return Value
Type:
FunctionThe function or null if not found
See Also