AssemblyName.EscapedCodeBase Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание
AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.
Получает универсальный код ресурса (URI), включая escape-символы, представляющий базу кода.
public:
property System::String ^ EscapedCodeBase { System::String ^ get(); };
[System.Obsolete("AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.", DiagnosticId="SYSLIB0044", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public string? EscapedCodeBase { get; }
public string? EscapedCodeBase { get; }
public string EscapedCodeBase { get; }
[<System.Obsolete("AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.", DiagnosticId="SYSLIB0044", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.EscapedCodeBase : string
member this.EscapedCodeBase : string
Public ReadOnly Property EscapedCodeBase As String
Значение свойства
Универсальный код ресурса (URI) с escape-символами.
- Атрибуты