Table of Contents

Method CanUnloadNow

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CanUnloadNow(IntPtr)

Determines if the module is no longer in use

public bool CanUnloadNow(IntPtr moduleHandle)

Parameters

moduleHandle IntPtr

A module handle that was provided via the ILibraryProvider

Returns

bool

True if the module can be unloaded, False otherwise