ImageCodecInfo.DllName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,這個字串含有存留 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 路徑名稱。