DllImportAttribute.Value Propriété
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.
Obtient le nom du fichier DLL qui contient le point d’entrée.
public:
property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String
Valeur de propriété
Nom du fichier DLL qui contient le point d’entrée.
Remarques
Vous pouvez fournir un chemin complet ou relatif. Si vous ne fournissez aucun chemin d’accès, la DLL doit se trouver dans le chemin actuel au moment de l’exécution, sauf si la DLL est chargée par d’autres moyens. Sachez toutefois que l’utilisation d’un chemin qualifié complet peut introduire une inexactitude si la DLL est déplacée.