ConfigurationUri.GetAssemblyName(Uri) Method

Definition

Retrieves the unique identity of the assembly in the configuration.

public:
 static System::String ^ GetAssemblyName(Uri ^ configurationUri);
public static string GetAssemblyName (Uri configurationUri);
static member GetAssemblyName : Uri -> string
Public Shared Function GetAssemblyName (configurationUri As Uri) As String

Parameters

configurationUri
Uri

A string that represents the configuration of the uniform resource identifier.

Returns

Returns the assembly name of the configuration.

Applies to