MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~MClass

Method ~MClass

Source/Engine/Scripting/Runtime/DotNet.cpp:1013–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013MClass::~MClass()
1014{
1015 ArenaAllocator::ClearDelete(_methods);
1016 ArenaAllocator::ClearDelete(_fields);
1017 ArenaAllocator::ClearDelete(_properties);
1018 ArenaAllocator::ClearDelete(_events);
1019
1020 CachedClassHandles.Remove(_handle);
1021}
1022
1023MType* MClass::GetType() const
1024{

Callers

nothing calls this directly

Calls 2

ClearDeleteFunction · 0.50
RemoveMethod · 0.45

Tested by

no test coverage detected