Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1131
bool MAssembly::LoadCorlib()
1132
{
1133
return Load(mono_get_corlib());
1134
}
1135
1136
bool MAssembly::LoadImage(const String& assemblyPath, const StringView& nativePath)
1137
{
Callers
1
Load
Method · 0.45
Calls
1
Load
Function · 0.50
Tested by
no test coverage detected