ConfigurationUri Class

Definition

Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.

public ref class ConfigurationUri abstract sealed
public static class ConfigurationUri
type ConfigurationUri = class
Public Class ConfigurationUri
Inheritance
ConfigurationUri

Methods

GetAssemblyName(Uri)

Retrieves the unique identity of the assembly in the configuration.

GetResourceName(Uri)

Retrieves the name of the resource configuration.

IsFileUri(Uri)

Returns a value indicating whether the specified URI is a file URI.

IsResourceUri(Uri)

Retrieves a value indicating whether the object is a resource.

Applies to