Method TryGetNamedGlobalIFunc
TryGetNamedGlobalIFunc(String, out GlobalIFunc)
Get a named Global Indirect function in the module
Declaration
public bool TryGetNamedGlobalIFunc(string name, out GlobalIFunc function)
Parameters
public bool TryGetNamedGlobalIFunc(string name, out GlobalIFunc function)
String | name | Name of the ifunc to find |
GlobalIFunc | function | Function or null if not found |
Returns
Boolean | true if the function was found or false if not |