NativeLibrary.Free(IntPtr) 메서드

정의

지정된 OS 핸들을 사용하여 로드된 라이브러리를 해제하거나 입력 핸들이 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)

매개 변수

handle
IntPtr

nativeint

해제될 네이티브 라이브러리 OS 핸들입니다.

적용 대상