DefaultDllImportSearchPathsAttribute.Paths 속성

정의

플랫폼이 호출하는 동안 함수가 검색하는 경로를 지정하는 열거형 값의 LoadLibraryEx 비트 조합을 가져옵니다.

public:
 property System::Runtime::InteropServices::DllImportSearchPath Paths { System::Runtime::InteropServices::DllImportSearchPath get(); };
public System.Runtime.InteropServices.DllImportSearchPath Paths { get; }
member this.Paths : System.Runtime.InteropServices.DllImportSearchPath
Public ReadOnly Property Paths As DllImportSearchPath

속성 값

플랫폼을 호출의 검색 경로를 지정하는 열거형 값의 비트 조합입니다.

설명

특성이 DefaultDllImportSearchPathsAttribute 어셈블리에 적용되면 경로는 기본적으로 어셈블리의 코드에 의해 수행되는 플랫폼 호출의 대상을 검색하는 데 사용됩니다. 특성이 개별 플랫폼 호출에 적용되면 경로는 개별 플랫폼 호출의 대상을 검색하고 어셈블리에 대해 지정된 경로를 재정의하는 데 사용됩니다.

적용 대상