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

Function IsLoaded

Source/Engine/Scripting/ManagedCLR/MAssembly.h:125–128  ·  view source on GitHub ↗

Returns true if assembly has been loaded.

Source from the content-addressed store, hash-verified

123 /// Returns true if assembly has been loaded.
124 /// </summary>
125 FORCE_INLINE bool IsLoaded() const
126 {
127 return _isLoaded != 0;
128 }
129
130 /// <summary>
131 /// Returns true if assembly can be hot-reloaded at runtime. For example, in Editor after scripts recompilation. Some assemblies such as engine and class library modules are static.

Callers 8

LoadMethod · 0.70
UnloadMethod · 0.70
GetClassMethod · 0.70
DotNet.cppFile · 0.50
LoadCorlibMethod · 0.50
GetClassMethod · 0.50
Mono.cppFile · 0.50
LoadMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected