3 using System
.Runtime
.CompilerServices
;
5 // This class references "AClass.X" which comes from
6 // assembly-load-dir1/LibSimpleName.dll at compile time (see the Makefile)
7 // but which will be resolved by assembly-load-dir2/libsimplename.dll at runtime.
15 // The NoInlining here is an attempt to control precisely when the
16 // reference to the LibSimpleName assembly is going to be resolved.
17 [MethodImpl(MethodImplOptions
.NoInlining
)]
18 public static int Foof()
20 var a
= new AClass ();