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

Method GetNamespace

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

Source from the content-addressed store, hash-verified

1293}
1294
1295StringAnsiView MClass::GetNamespace() const
1296{
1297 return StringAnsiView(mono_class_get_namespace(_monoClass));
1298}
1299
1300MType* MClass::GetType() const
1301{

Callers 2

UnboxVariantMethod · 0.80
BuildNameFunction · 0.80

Calls 1

StringAnsiViewClass · 0.50

Tested by

no test coverage detected