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

Method GetName

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

Source from the content-addressed store, hash-verified

1288}
1289
1290StringAnsiView MClass::GetName() const
1291{
1292 return StringAnsiView(mono_class_get_name(_monoClass));
1293}
1294
1295StringAnsiView MClass::GetNamespace() const
1296{

Callers 15

GetEventMethod · 0.45
UnboxVariantMethod · 0.45
GetMethodMethod · 0.45
GetFieldMethod · 0.45
GetPropertyMethod · 0.45
GetOrCreateClassFunction · 0.45
CreateDomainMethod · 0.45
UnloadDomainMethod · 0.45
OnLogCallbackFunction · 0.45
GetMethodMethod · 0.45

Calls 1

StringAnsiViewClass · 0.50

Tested by

no test coverage detected