MCPcopy Create free account
hub / github.com/SpecialKO/SpecialK / GetClassMethod

Function GetClassMethod

src/plugins/unity.cpp:1407–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405{
1406 if (image == nullptr)
1407 return nullptr;
1408
1409 return
1410 SK_mono_class_from_name (image, _namespace, _class);
1411}
1412
1413static
1414MonoMethod* GetClassMethod (MonoClass* class_, const char* name, int params)
1415{
1416 if (class_ == nullptr)
1417 return nullptr;
1418

Callers 3

InvokeMethodFunction · 0.70
CompileMethodFunction · 0.70

Calls 2

GetClassFunction · 0.70
GetImageFunction · 0.70

Tested by

no test coverage detected