Click or drag to resize

VishnuAssemblyLoaderRegisterAssemblyPathForForcedNextReloading method

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.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static void RegisterAssemblyPathForForcedNextReloading(
	
	string assemblyPathName
)

Parameters

assemblyPathName  String
The path of the assembly that should not be removed from the cache during the next loading process.
See also