I want to initialize my C# library as it loads by another process, is it possible开发者_StackOverflow中文版 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.
I want to initialize my C# library as it loads by another process, is it possible开发者_StackOverflow中文版 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.
上一篇:豆芽炒双菌的做法?
精彩评论