.NET Class Loader - What is it?

前端 未结 3 589
南笙
南笙 2021-01-02 00:44

I can\'t find any good documentation on what the concept of a Class Loader is in the .NET Framework? What is it? Where can it be found? Does anyone know?

3条回答
  •  感情败类
    2021-01-02 01:10

    What do you mean? A similar concept to the Java class loaders? In .Net the concept is mapped to AppDomain (just search for AppDomain)

提交回复
热议问题