AssemblyName.EscapedCodeBase Property
Definition
Gets the URI, including escape characters, that represents the codebase.
public:
property System::String ^ EscapedCodeBase { System::String ^ get(); };
public string? EscapedCodeBase { get; }
public string EscapedCodeBase { get; }
member this.EscapedCodeBase : string
Public ReadOnly Property EscapedCodeBase As String
Property Value
A URI with escape characters.