Free()

NativeLibrary::Free(IntPtr) method

Unloads dynamic library.

static void System::Runtime::InteropServices::NativeLibrary::Free(IntPtr handle)

Arguments

ParameterTypeDescription
handleIntPtrNative library handle.

See Also