Show / Hide Table of Contents

Class PackUriUtils

Contains utilities for WPF Pack URIs.

Inheritance
Object
PackUriUtils
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: PresentationTheme.Aero
Assembly: PresentationTheme.Aero.dll
Syntax
public static class PackUriUtils

Properties

| Improve this Doc View Source

ContentFileAuthority

Gets the Pack URI authority for content files.

Declaration
public static Uri ContentFileAuthority { get; }
Property Value
Type Description
Uri

Methods

| Improve this Doc View Source

MakeContentPackUri(AssemblyName, String)

Creates a Pack URI for a content file.

Declaration
public static Uri MakeContentPackUri(AssemblyName assemblyName, string path)
Parameters
Type Name Description
AssemblyName assemblyName

The assembly name where the content resides.

String path

The relative pack URI of the file.

Returns
Type Description
Uri

An absolute content file Pack URI.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX