Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NKernel32 Class / FreeLibrary Method


In This Topic
    FreeLibrary Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.SuppressUnmanagedCodeSecurityAttribute()>
    Public Shared Function FreeLibrary( _
       ByVal moduleHandle As System.IntPtr _
    ) As System.Boolean
    'Usage
     
    
    Dim moduleHandle As System.IntPtr
    Dim value As System.Boolean
     
    value = NKernel32.FreeLibrary(moduleHandle)
    [System.Security.SuppressUnmanagedCodeSecurity()]
    public static System.bool FreeLibrary( 
       System.IntPtr moduleHandle
    )

    Parameters

    moduleHandle
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also