AssemblyName.EscapedCodeBase 属性

定义

注意

AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.

获取 URI,包括表示基本代码的转义符。

public:
 property System::String ^ EscapedCodeBase { System::String ^ 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}")]
public string? EscapedCodeBase { get; }
public string EscapedCodeBase { get; }
member this.EscapedCodeBase : string
[<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
Public ReadOnly Property EscapedCodeBase As String

属性值

String

带有转义符的 URI。

属性

适用于