C# 클래스 Rebel.Framework.Localization.Maintenance.AssemblySourceLoader

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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