C# Класс Waf.InformationManager.Common.Presentation.ResourceHelper

Provides helper methods to manage resources in WPF.
Показать файл Открыть проект

Открытые методы

Метод Описание
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