C# Class Rebel.Framework.Localization.Maintenance.AssemblySourceLoader

ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetTextSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource

Gets the text sources defined in the assembly specified

Method Details

GetTextSource() public static method

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
return ITextSource