What is equivalent to JVM class loader in C #?

Possible duplicates:
Equivalent to class loaders in .NET. NET
class loader - what is it?

I am from C # background and start learning Java. I find it difficult to understand class loaders - hierarchy, scope, loader, etc. Is there an equivalent technology in C # .NET that I can name to help me understand the concept of a Java class loader?

+3
source share

All Articles