AppDomain.AssemblyResolve
Assembly
null
event
AssemblyName.FullName
ResolveEventArgs
AssemblyName
Quote:Beginning with the .NET Framework 4, the AssemblyResolve event is raised for satellite assemblies.
Quote:satellite assembly A .NET Framework assembly containing resources specific to a given language. Using satellite assemblies, you can place the resources for different languages in different assemblies, and the correct assembly is loaded into memory only if the user elects to view the application in that language.
Quote:The ResolveEventHandler for this event can attempt to locate the assembly containing the resource and return it.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)