Url Class
Wraps the Uri class. Provides an unescaped version of LocalPath for file URL types and AbsoluteUri for HTTP URL types. Also returns an unescaped result from MakeRelativeUri so that it can be presented to the user.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Shell.Url
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Class Url
public class Url
public ref class Url
type Url = class end
public class Url
The Url type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Url(String) | Initializes a new instance of Url for the specified path. | |
Url(Url, String) | Initializes a new instance of Url that is based on the specified base Url and relative path. |
Top
Properties
Name | Description | |
---|---|---|
AbsoluteUrl | Gets the absolute URL as a string. | |
Directory | Returns the unescaped absolute URL for the parent directory that contains the file that is referenced by this URL object. | |
IsFile | Determines whether the URL represents a file (as opposed to an HTTP location). | |
Segments | Gets an array of the segments of the URL. | |
Uri | Gets the URI for this URL. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPartial(Int32) | Gets the unescaped path up to the specified index. | |
GetPartial(Int32, Int32) | Gets the unescaped path between the two specified points | |
GetRemainder | Gets the unescaped remainder of the path, starting at the specified segment. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
JoinSegments | Joins the specified segments into a path. | |
MakeRelative | Makes the specified Url relative with respect to the current one. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Move | Moves the URL from the old base to the new one. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unescape | Converts an escaped string to an unescaped string. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.