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

Method Free

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

Source from the content-addressed store, hash-verified

836}
837
838void MCore::GCHandle::Free(const MGCHandle& handle)
839{
840 mono_gchandle_free(handle);
841}
842
843void MCore::GC::Collect()
844{

Callers 2

AddDictionaryItemMethod · 0.45
UnloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected