C# Class Waf.InformationManager.Common.Presentation.ResourceHelper

Provides helper methods to manage resources in WPF.
Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
GetPackUri ( string resourcePath, Assembly resourceAssembly ) : Uri

Gets the pack URI from a local resource path.

Method Details

GetPackUri() public static méthode

Gets the pack URI from a local resource path.
public static GetPackUri ( string resourcePath, Assembly resourceAssembly ) : Uri
resourcePath string The local resource path.
resourceAssembly System.Reflection.Assembly The assembly containing the resource.
Résultat System.Uri