| 名前 | 解説 | |
|---|---|---|
![]() | 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. |

