AssemblyLoadContext.LoadUnmanagedDllFromPath(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 경로에서 관리되지 않는 라이브러리를 로드합니다.
protected:
IntPtr LoadUnmanagedDllFromPath(System::String ^ unmanagedDllPath);
protected IntPtr LoadUnmanagedDllFromPath (string unmanagedDllPath);
member this.LoadUnmanagedDllFromPath : string -> nativeint
Protected Function LoadUnmanagedDllFromPath (unmanagedDllPath As String) As IntPtr
매개 변수
- unmanagedDllPath
- String
관리되지 않는 라이브러리의 경로입니다.
반환
-
IntPtr
nativeint
로드된 네이티브 라이브러리의 OS 핸들입니다.
예외
unmanagedDllPath
이(가) null
인 경우
unmanagedDllPath
인수가 비어 있거나 절대 경로가 아닙니다.
라이브러리를 찾을 수 없습니다.
라이브러리가 올바르지 않습니다.
설명
이 메서드에서 반환된 OS 핸들을 클래스의 System.Runtime.InteropServices.NativeLibrary 메서드와 함께 사용할 수 있습니다.