[This is preliminary documentation and is subject to change.]
Finds a particular loaded assembly in the current application
domain.
- assemblyName (String)
- The display name of the assembly to find.
The found assembly if it is currently loaded, or null if the
assembly is not loaded into the current application domain..
This method uses the AssemblyName.ReferenceMatchesDefinition
method to perform the checks, so will return a loaded assembly if it would
satisfy a load request for the given assembly name.