Share via


ImageCodecInfo.DllName 屬性

定義

取得或設定字串,這個字串含有存留 Codec 的 DLL 路徑名稱。 如果 Codec 不是在 DLL 中,則這個指標為 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

屬性值

字串,含有存留 Codec 的 DLL 路徑名稱。

適用於