| 名前 | 解説 | |
|---|---|---|
![]() | Stream | Gets the Stream object containing resource's data. |
ResourceNameParserデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Dispose | Perform general cleanup. |
![]() ![]() | Open | For internal use. Tries to parse specified location string as file name or URL and opens its stream. location can be relative or absolute, if it is relative then absolute path calculated with using base paths in following order: -) basePath -) DefaultBasePath -) System.Environment.CurrentDirectory Returned ResourceNameParser object should be disposed after using, result can be null if location can not be parsed. |