다음을 통해 공유


Dlfcn.dlclose(IntPtr) 메서드

정의

핸들에서 참조하는 네이티브 공유 라이브러리를 닫고 언로드합니다.

public static int dlclose (IntPtr handle);
static member dlclose : nativeint -> int

매개 변수

handle
IntPtr

nativeint

이전에 dlopen에서 반환한 핸들

반환

Unix 오류 코드 또는 성공에 대한 0입니다.

적용 대상