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

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
GetTextSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource

Gets the text sources defined in the assembly specified

Method Details

GetTextSource() public static méthode

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
Résultat ITextSource