MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / RegisterNativeLibrary

Function RegisterNativeLibrary

Source/Engine/Scripting/Runtime/DotNet.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void RegisterNativeLibrary(const char* moduleName, const Char* modulePath)
202{
203 static void* RegisterNativeLibraryPtr = GetStaticMethodPointer(TEXT("RegisterNativeLibrary"));
204 CallStaticMethod<void, const char*, const Char*>(RegisterNativeLibraryPtr, moduleName, modulePath);
205}
206
207bool InitHostfxr();
208void ShutdownHostfxr();

Callers 2

LoadEngineMethod · 0.85
LoadImageMethod · 0.85

Calls 1

GetStaticMethodPointerFunction · 0.85

Tested by

no test coverage detected