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。

適用対象