AssemblyName.EscapedCodeBase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.
Gets the URI, including escape characters, that represents the codebase.
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
Property Value
A URI with escape characters.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.