C# Class PocketCampus.Common.AssemblyReader

Utility class to read text files in assemblies.
ファイルを表示 Open project: accandme/pocketcampus

Public Methods

Method Description
GetText ( Assembly assembly, string fileName ) : string

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

Method Details

GetText() public static method

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