NativeLibrary.Free(IntPtr) Método

Definição

Liberta uma biblioteca carregada com o handle do SO especificado, ou não toma nenhuma ação se o handle de entrada for Zero.

public:
 static void Free(IntPtr handle);
public static void Free(IntPtr handle);
static member Free : nativeint -> unit
Public Shared Sub Free (handle As IntPtr)

Parâmetros

handle
IntPtr

nativeint

O handle nativo do sistema operativo da biblioteca deve ser libertado.

Aplica-se a