DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la DefaultDllImportSearchPathsAttribute classe, en spécifiant les chemins à 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 fonction recherche pendant les LoadLibraryEx appels de plateforme.