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

속성 값

이스케이프 문자를 포함하는 URI입니다.

특성

적용 대상