C# 클래스 PocketCampus.Common.AssemblyReader

Utility class to read text files in assemblies.
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
GetText ( Assembly assembly, string fileName ) : string

Gets the entire text of the file with the specified name in the specified assembly.

메소드 상세

GetText() 공개 정적인 메소드

Gets the entire text of the file with the specified name in the specified assembly.
public static GetText ( Assembly assembly, string fileName ) : string
assembly System.Reflection.Assembly
fileName string
리턴 string