Assembly.EscapedCodeBase Свойство

Определение

Внимание!

Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location instead.

Внимание!

Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.

Получает универсальный код доступа (URI), предоставляющий базовый код, включая escape-символы.

[System.Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location instead.", DiagnosticId="SYSLIB0012", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public virtual string EscapedCodeBase { get; }
[System.Obsolete("Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.", DiagnosticId="SYSLIB0012", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public virtual string EscapedCodeBase { get; }
public virtual string EscapedCodeBase { get; }

Значение свойства

Универсальный код доступа (URI) с escape-символами.

Реализации

Атрибуты

Применяется к