ImageCodecInfo.DllName Proprietà

Definizione

Ottiene o imposta una stringa contenente il nome del percorso della DLL che contiene il codec. Se il codec non si trova in una DLL, questo puntatore è null.

public:
 property System::String ^ DllName { System::String ^ get(); void set(System::String ^ value); };
public string? DllName { get; set; }
public string DllName { get; set; }
member this.DllName : string with get, set
Public Property DllName As String

Valore della proprietà

Stringa che contiene il nome del percorso della DLL che contiene il codec.

Si applica a