ImageCodecInfo.DllName Propriedade
Definição
Obtém ou define a cadeia de caracteres que contém o nome do caminho da DLL que contém o codec.Gets or sets string that contains the path name of the DLL that holds the codec. Se o codec não estiver em uma DLL, esse ponteiro será null.If the codec is not in a DLL, this pointer is 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
Valor da propriedade
Uma cadeia de caracteres que contém o nome do caminho da DLL que contém o codec.A string that contains the path name of the DLL that holds the codec.