다음을 통해 공유


ImageCodecInfo.DllName 속성

정의

코덱을 보유하는 DLL의 경로 이름이 포함된 문자열을 가져오거나 설정합니다. 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

속성 값

코덱을 보유하는 DLL의 경로 이름이 포함된 문자열입니다.

적용 대상