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

Method Get

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

Source from the content-addressed store, hash-verified

632}
633
634MObject* MCore::Exception::Get(const char* msg)
635{
636 static void* GetExceptionPtr = GetStaticMethodPointer(TEXT("GetException"));
637 return (MObject*)CallStaticMethod<void*, const char*>(GetExceptionPtr, msg);
638}
639
640MObject* MCore::Exception::GetArgument(const char* arg, const char* msg)
641{

Callers 10

LoadEngineMethod · 0.45
WriteArrayRefMethod · 0.45
LoadImageMethod · 0.45
MMethodMethod · 0.45
GetParameterTypeMethod · 0.45
InitHostfxrFunction · 0.45
GetStaticMethodPointerFunction · 0.45
OnMonoAssemblyLoadFunction · 0.45
OnMonoDlFallbackLoadFunction · 0.45

Calls 1

GetStaticMethodPointerFunction · 0.85

Tested by

no test coverage detected