| 名前 | 解説 | |
|---|---|---|
![]() | FileName | Gets the name of the file to parse. |
![]() | FullFileName | Gets the full name of the file to parse. |
![]() | Stream | オーバーライドされます。 Gets the Stream object containing resource's data. |
FileNameParserデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | FileName | Gets the name of the file to parse. |
![]() | FullFileName | Gets the full name of the file to parse. |
![]() | Stream | オーバーライドされます。 Gets the Stream object containing resource's data. |
| 名前 | 解説 | |
|---|---|---|
![]() | Dispose | オーバーライドされます。 Perform general cleanup. |
![]() ![]() | Open | For internal use. Tries to interpret location as file name relative or absolute, relative file names are resolved same as in ResourceNameParser.Open method. |
![]() ![]() | ReplaceSpecialFolderTags | For internal use. Replaces special tags in passed string, tags should be specified as: ?(specialfolder.SpecialFolderEnumMember), for example input: ?(specialfolder.MyDocuments)\myfile.bmp will be conerted to: c:\Users\UserName\Documents\myfile.bmp |