Persistate API documentation
FindLoadedAssembly Method (assemblyName)
NamespacesPersistateUtlFindLoadedAssembly(String)

[This is preliminary documentation and is subject to change.]

Finds a particular loaded assembly in the current application domain.
Declaration Syntax
C#
public static Assembly FindLoadedAssembly(
	string assemblyName
)
Parameters
assemblyName (String)
The display name of the assembly to find.
Return Value
The found assembly if it is currently loaded, or null if the assembly is not loaded into the current application domain..
Remarks
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.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)