Version

BuildLocationString Method

A utility method that builds a PackUri location string.
Syntax
'Declaration
 
Public Shared Function BuildLocationString( _
   ByVal assemblyFullName As String, _
   ByVal relativeSource As String _
) As String
public static string BuildLocationString( 
   string assemblyFullName,
   string relativeSource
)

Parameters

assemblyFullName
The full name of the assembly containing a resource.
relativeSource
The relative path of the resource, relative to the root level of the assembly specified by assemblyFullName

Return Value

String representing the pack URI syntax.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also