DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Constructeur

Définition

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.

S’applique à