| 1192 | } |
| 1193 | |
| 1194 | bool ManagedBinaryModule::IsLoaded() const |
| 1195 | { |
| 1196 | #if COMPILE_WITHOUT_CSHARP |
| 1197 | return true; |
| 1198 | #else |
| 1199 | return Assembly->IsLoaded(); |
| 1200 | #endif |
| 1201 | } |
| 1202 | |
| 1203 | void ManagedBinaryModule::GetMethods(const ScriptingTypeHandle& typeHandle, Array<void*>& methods) |
| 1204 | { |
no outgoing calls
no test coverage detected