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