xamarin-macios/runtime/xamarin
Rolf Bjarne Kvinge aa8ded8e51
[runtime] Store assemblies' MVID in the generated static registrar code. (#15795)
This will increase app size a little bit: the space for the MVID + 4 bytes for each
assembly, but we'll be able to validate and show a helpful error message if the generated
static registrar code does not match the assembly loaded at runtime.

It's also a step toward per-assembly static registration (ref: #12067).
2022-09-08 10:34:05 +02:00
..
coreclr-bridge.h [runtime] Complete support for exception marshalling on CoreCLR. (#11734) 2021-05-31 08:10:34 +02:00
launch.h [runtime] Use mono's runtime default to load config files when it's not embedded (#3290) 2018-01-29 16:58:33 +01:00
main.h [runtime] Handle NativeHandle as IntPtr when it comes to arguments in the dynamic registrar. 2021-11-26 14:25:19 +01:00
monovm-bridge.h [runtime] Disable LOG_MONOVM logging by default. (#11796) 2021-06-03 18:45:21 +02:00
runtime.h [runtime] Store assemblies' MVID in the generated static registrar code. (#15795) 2022-09-08 10:34:05 +02:00
trampolines.h [runtime] Implement mono_array_new and mono_array_length for CoreCLR. (#11515) 2021-05-12 15:21:56 +02:00
xamarin.h [runtime] Generate a header with the function declarations to call into managed code. (#3224) 2018-01-15 15:08:59 +01:00