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 contenant 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 contenant 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 d’accès actuel au moment de l’exécution, sauf si la DLL est chargée par d’autres moyens. N’oubliez pas, toutefois, que l’utilisation d’un chemin complet peut introduire des inexactitudes si la DLL est déplacée.