C# Класс Rebel.Framework.Localization.Maintenance.AssemblySourceLoader

Показать файл Открыть проект

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

Метод Описание
GetTextSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource

Gets the text sources defined in the assembly specified

Описание методов

GetTextSource() публичный статический Метод

Gets the text sources defined in the assembly specified
public static GetTextSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource
asm System.Reflection.Assembly The assembly.
textManager TextManager The text manager.
targetNamespace string The default namespace expected for the assembly when adding texts
Результат ITextSource