ImageCodecInfo.DllName 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 ou définit la chaîne qui contient le nom du chemin d’accès de la DLL qui contient le codec. Si le codec n’est pas dans une DLL, ce pointeur est null.
public:
property System::String ^ DllName { System::String ^ get(); void set(System::String ^ value); };
public string DllName { get; set; }
member this.DllName : string with get, set
Public Property DllName As String
Valeur de propriété
Chaîne qui contient le nom du chemin d’accès de la DLL qui contient le codec.