Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1290
StringAnsiView MClass::GetName() const
1291
{
1292
return StringAnsiView(mono_class_get_name(_monoClass));
1293
}
1294
1295
StringAnsiView MClass::GetNamespace() const
1296
{
Callers
15
GetEvent
Method · 0.45
UnboxVariant
Method · 0.45
NativeInterop_CreateClass
Function · 0.45
GetMethod
Method · 0.45
GetField
Method · 0.45
GetProperty
Method · 0.45
StringAnsiView GetPropertyMethodName
Function · 0.45
GetOrCreateClass
Function · 0.45
CreateDomain
Method · 0.45
UnloadDomain
Method · 0.45
OnLogCallback
Function · 0.45
GetMethod
Method · 0.45
Calls
1
StringAnsiView
Class · 0.50
Tested by
no test coverage detected