AssemblyName.EscapedCodeBase 속성

정의

코드베이스를 나타내는 이스케이프 문자를 포함한 URI를 가져옵니다.

public:
 property System::String ^ EscapedCodeBase { System::String ^ get(); };
public string EscapedCodeBase { get; }
member this.EscapedCodeBase : string
Public ReadOnly Property EscapedCodeBase As String

속성 값

이스케이프 문자가 있는 URI입니다.

적용 대상