Share via


DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Constructeur

Définition

Initialise une nouvelle instance de la classe DefaultDllImportSearchPathsAttribute, en spécifiant les chemins d'accès à utiliser lors de la recherche des cibles des appels de plateforme.

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)

Paramètres

paths
DllImportSearchPath

Combinaison de bits de valeurs d’énumération qui spécifient les chemins d’accès que la LoadLibraryEx fonction recherche pendant les appels de plateforme.

S’applique à