AssemblyName.EscapedCodeBase Propiedad
Definición
Obtiene el identificador URI, incluidos los caracteres de escape, que representa el código base.Gets the URI, including escape characters, that represents the codebase.
public:
property System::String ^ EscapedCodeBase { System::String ^ get(); };
public string EscapedCodeBase { get; }
member this.EscapedCodeBase : string
Public ReadOnly Property EscapedCodeBase As String
Valor de propiedad
URI con caracteres de escape.A URI with escape characters.