C# 클래스 Waf.InformationManager.Common.Presentation.ResourceHelper

Provides helper methods to manage resources in WPF.
파일 보기 프로젝트 열기: jbe2277/waf

공개 메소드들

메소드 설명
GetPackUri ( string resourcePath, Assembly resourceAssembly ) : Uri

Gets the pack URI from a local resource path.

메소드 상세

GetPackUri() 공개 정적인 메소드

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.
리턴 System.Uri