Метод | Описание | |
---|---|---|
ForEachLineIn ( string filename, |
Enumerates all the lines in the specified file embedded as a resource in the specified assembly.
|
|
GetDefaultResourceNamespace ( |
Gets the resource name for a file embedded in the specified assembly.
|
|
GetReader ( string resourceName, |
Gets a StreamReader for the specified resource file.
|
public static ForEachLineIn ( string filename, |
||
filename | string | The filename. |
assembly | The assembly the file is embedded in.. | |
Результат | IEnumerable |
public static GetDefaultResourceNamespace ( |
||
assembly | The assembly. | |
Результат | string |
public static GetReader ( string resourceName, |
||
resourceName | string | The filename. |
assembly | The assembly. | |
Результат |