System::Runtime::InteropServices::NativeLibrary::Free method

NativeLibrary::Free method

Unloads dynamic library.

static void System::Runtime::InteropServices::NativeLibrary::Free(IntPtr handle)
ParameterTypeDescription
handleIntPtrNative library handle.

See Also