Assembly assembly = Assembly.Load("MyAssembly");
Will the above also load all the references/dependencies "MyAssembly" needs ?
No; references and types are loaded on-demand as they're required. The specific rules used for locating an assembly can be found here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With