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

Function GetAssembly

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

Source from the content-addressed store, hash-verified

1720}
1721
1722MAssembly* GetAssembly(void* assemblyHandle)
1723{
1724 ScopeLock lock(BinaryModule::Locker);
1725 MAssembly* assembly;
1726 if (CachedAssemblyHandles.TryGet(assemblyHandle, assembly))
1727 return assembly;
1728 return nullptr;
1729}
1730
1731MClass* GetClass(MType* typeHandle)
1732{

Callers 2

GetOrCreateClassFunction · 0.85

Calls 1

TryGetMethod · 0.45

Tested by

no test coverage detected