Scalien.NativeMethods.FreeLibrary C# (CSharp) Method

FreeLibrary() private method

private FreeLibrary ( IntPtr hModule ) : bool
hModule System.IntPtr
return bool
        public static extern bool FreeLibrary(IntPtr hModule);