DefaultDllImportSearchPathsAttribute(DllImportSearchPath) 생성자

정의

플랫폼 대상의 검색을 호출할 때 사용할 경로를 지정하여 DefaultDllImportSearchPathsAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 DefaultDllImportSearchPathsAttribute(System::Runtime::InteropServices::DllImportSearchPath paths);
public DefaultDllImportSearchPathsAttribute (System.Runtime.InteropServices.DllImportSearchPath paths);
new System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute : System.Runtime.InteropServices.DllImportSearchPath -> System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute
Public Sub New (paths As DllImportSearchPath)

매개 변수

paths
DllImportSearchPath

플랫폼 호출 중에 함수가 검색하는 경로를 지정하는 열거형 값의 LoadLibraryEx 비트 조합입니다.

적용 대상