C# Class PocketCampus.Common.AssemblyReader

Utility class to read text files in assemblies.
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode 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 méthode

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