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

Method GetNative

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

Source from the content-addressed store, hash-verified

1043}
1044
1045MonoReflectionAssembly* MAssembly::GetNative() const
1046{
1047 if (!_monoAssembly)
1048 return nullptr;
1049 return mono_assembly_get_object(mono_domain_get(), _monoAssembly);
1050}
1051
1052const MAssembly::ClassesDictionary& MAssembly::GetClasses() const
1053{

Callers 15

UnloadDomainMethod · 0.80
UnloadEngineMethod · 0.80
BoxMethod · 0.80
NewMethod · 0.80
GetEmptyMethod · 0.80
GetClassMethod · 0.80
WriteValueMethod · 0.80
AttachMethod · 0.80
IsSubClassOfMethod · 0.80
HasInterfaceMethod · 0.80
Mono.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected