Click or drag to resize

VishnuAssemblyLoader methods

The VishnuAssemblyLoader Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberClearCache Deletes the internal assembly cache so that all assemblies are reloaded the next time they are called.
Public MethodDynamicLoadObjectOfTypeFromAssembly Dynamically loads an object of the transferred type from the specified assembly. All assemblies referenced by the specified assembly are additionally also searched for in assemblyDirectories.
Public MethodStatic MemberGetAssemblyLoader Singleton provider - takes over paths to directories in which additional should be searched for assemblies.
Public MethodStatic MemberGetAssemblyLoader(ListString) Singleton provider - takes over paths to directories in which additional should be searched for assemblies.
Public MethodStatic MemberRegisterAssemblyPathForForcedNextReloading Registers paths of assemblies to be loaded dynamically, which are applied to each assembly during the next loading process. case should be loaded from the hard disc and not from a possibly cached image.
Back to the top
See also