메소드 | 설명 | |
---|---|---|
GetLines ( string textFileName, int stackIndex = 2 ) : IEnumerable |
Loads the named manifest resource and returns each line in order.
|
|
GetStream ( string textFileName, int stackIndex = 2 ) : Stream |
Loads the named manifest resource and returns each line in order.
|
|
LoadBitmap ( string filename, int stackIndex = 2 ) : |
Loads bitmap in the manifest resource.
|
|
LoadTextFile ( string textFileName, int stackIndex = 2 ) : string |
Loads the named manifest resource as a text string.
|
메소드 | 설명 | |
---|---|---|
GetLocation ( string textFileName, int stackIndex, |
public static GetLines ( string textFileName, int stackIndex = 2 ) : IEnumerable |
||
textFileName | string | |
stackIndex | int | |
리턴 | IEnumerable |
public static GetStream ( string textFileName, int stackIndex = 2 ) : Stream | ||
textFileName | string | |
stackIndex | int | |
리턴 | Stream |
public static LoadBitmap ( string filename, int stackIndex = 2 ) : |
||
filename | string | |
stackIndex | int | |
리턴 |
public static LoadTextFile ( string textFileName, int stackIndex = 2 ) : string | ||
textFileName | string | Name of the text file. |
stackIndex | int | |
리턴 | string |