How do you evaluate a static method that takes parameters using MDbg on the command-line?
To call Assembly.GetCallingAssembly(), this works:
mdbg> funceval System.Reflection.Assembly.GetCallingAssembly
How would you call the Assembly.Load method? eg. Assembly.Load("Foo.Bar")