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

Provides helper methods to manage resources in WPF.
ファイルを表示 Open project: jbe2277/waf

Public Methods

Method Description
GetPackUri ( string resourcePath, Assembly resourceAssembly ) : Uri

Gets the pack URI from a local resource path.

Method Details

GetPackUri() public static method

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.
return System.Uri