 | 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.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void RegisterAssemblyPathForForcedNextReloading(
string assemblyPathName
)
Public Shared Sub RegisterAssemblyPathForForcedNextReloading (
assemblyPathName As String
)
public:
static void RegisterAssemblyPathForForcedNextReloading(
String^ assemblyPathName
)
static member RegisterAssemblyPathForForcedNextReloading :
assemblyPathName : string -> unit Parameters
- assemblyPathName String
- The path of the assembly that should not be removed from the cache during the next loading process.
See also