Click or drag to resize

AssemblyExtensionsGeneratePackUri Method

Overload List
  NameDescription
Public methodStatic memberGeneratePackUri(Assembly)
Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the specified assembly.
Public methodStatic memberGeneratePackUri(Assembly, String)
Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the resource in the specified assembly.
Public methodStatic memberGeneratePackUri(Assembly, Uri)
Generates the pack URI according to https://msdn.microsoft.com/library/aa970069.aspx for the resource in the specified assembly.
Top
See Also