MCPcopy Create free account
hub / github.com/dimitri-br/runity / LoadFunctionFromDLL

Method LoadFunctionFromDLL

cs_examples/DLLPool.cs:138–169  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

AwakeMethod · 0.80

Calls 3

LogMethod · 0.80
GetProcAddressMethod · 0.80
LogWarningMethod · 0.80

Tested by

no test coverage detected