I want to initialize my C# library as it loads by another process, is it possible and if so - how?
No.
Instead, you can add a static constructor to your class, which will execute the first time that the class is used.
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