Method CanUnloadNow
CanUnloadNow(IntPtr)
Determines if the module is no longer in use
public bool CanUnloadNow(IntPtr moduleHandle)
Parameters
moduleHandle
IntPtrA module handle that was provided via the ILibraryProvider
Returns
- bool
True if the module can be unloaded, False otherwise