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

Method LoadCorlib

Source/Engine/Scripting/Runtime/Mono.cpp:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131bool MAssembly::LoadCorlib()
1132{
1133 return Load(mono_get_corlib());
1134}
1135
1136bool MAssembly::LoadImage(const String& assemblyPath, const StringView& nativePath)
1137{

Callers 1

LoadMethod · 0.45

Calls 1

LoadFunction · 0.50

Tested by

no test coverage detected