I want to use it to inject C# dll into a process (http://www.codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll/) but the CorBindToRuntimeEx-Function is deprecated...
Is there an equal function for CorBindToRuntimeEx which is not deprecated?
Use CLRCreateInstance instead. Loading the Common Language Runtime into a Process explains how to do this in CLR v4.0+.
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