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

Function GetBinaryModuleCorlib

Source/Engine/Scripting/BinaryModule.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22Delegate<ScriptingObject*, Span<Variant>, ScriptingTypeHandle, StringView> ScriptingEvents::Event;
23
24ManagedBinaryModule* GetBinaryModuleCorlib()
25{
26#if COMPILE_WITHOUT_CSHARP
27 return nullptr;
28#else
29 static ManagedBinaryModule assembly("corlib");
30 return &assembly;
31#endif
32}
33
34MMethod* MClass::FindMethod(const char* name, int32 numParams, bool checkBaseClasses) const
35{

Callers 8

ToNativeMethod · 0.85
LoadMethod · 0.85
ReloadMethod · 0.85
IsTypeFromGameScriptsMethod · 0.85
DestroyMethod · 0.85
GetClassMethod · 0.85
OnBinaryModuleLoadedMethod · 0.85
FindDebugCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected