Through System.Reflection.Assembly, we can access assembly related information and also we can load an assembly into memory.
Following methods helps to get the information about the assembly.
System.Reflection.Assembly.GetExecutingAssemblySystem.Reflection.Assembly.GetCallingAssemblySystem.Reflection.Assembly.GetEntryAssemblySystem.Reflection.Assembly.GetAssembly
Following methods helps to load an assembly into memory
System.Reflection.Assembly.LoadSystem.Reflection.Assembly.LoadFileSystem.Reflection.Assembly.LoadFromSystem.Reflection.Assembly.LoadWithPartialNameSystem.Reflection.Assembly.ReflectionOnlyLoadSystem.Reflection.Assembly.ReflectionOnlyLoadFromSystem.Reflection.Assembly.UnsafeLoadFrom
No comments:
Post a Comment