C# Класс PocketCampus.Common.AssemblyReader

Utility class to read text files in assemblies.
Показать файл Открыть проект

Открытые методы

Метод Описание
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