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

Method GetClass

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

Source from the content-addressed store, hash-verified

749}
750
751MClass* MCore::Object::GetClass(MObject* obj)
752{
753 MonoClass* mclass = mono_object_get_class(obj);
754 return FindClass(mclass);
755}
756
757MString* MCore::Object::ToString(MObject* obj)
758{

Callers 10

FindClassFunction · 0.45
SortPluginsFunction · 0.45
OnAssemblyLoadedMethod · 0.45
OnAssemblyUnloadingMethod · 0.45
InitializePluginsMethod · 0.45
DeinitializePluginsMethod · 0.45
GetPluginMethod · 0.45
InitializeGamePluginsMethod · 0.45
ToManagedMethod · 0.45

Calls 7

FindClassFunction · 0.85
GetNativeMethod · 0.80
IsLoadedFunction · 0.50
StringFunction · 0.50
ToStringFunction · 0.50
BeginMethod · 0.45
IsNotEndMethod · 0.45

Tested by

no test coverage detected