This function will load a function from a library. It takes in the DLL name (so it can find the DLL from the pool), the function name and the function delegate - this defines the structure of function for c# to use.
(string dllName, string functionName, Type delegateType)
source not stored for this graph (policy: none)
no test coverage detected