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

Method GetClass

Source/Engine/Scripting/ManagedCLR/MUtils.cpp:835–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835MClass* MUtils::GetClass(MTypeObject* type)
836{
837 if (type == nullptr)
838 return nullptr;
839 MType* mType = INTERNAL_TYPE_OBJECT_GET(type);
840 return MCore::Type::GetClass(mType);
841}
842
843MClass* MUtils::GetClass(const VariantType& value)
844{

Callers 3

UnboxVariantTypeMethod · 0.45
UnboxVariantMethod · 0.45
BoxVariantMethod · 0.45

Calls 10

FindClassFunction · 0.85
GetBinaryModuleCorlibFunction · 0.85
GetClassFunction · 0.50
StringAnsiViewClass · 0.50
LengthFunction · 0.50
InstanceClass · 0.50
GetTypeNameMethod · 0.45
ToStringMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected