'宣言 Public Shared Shadows Function Open( _ ByVal location As System.String, _ ByVal basePath As System.String _ ) As UrlParser
'使用法 Dim location As System.String Dim basePath As System.String Dim value As UrlParser value = UrlParser.Open(location, basePath)
パラメータ
- location
- 相対または絶対的なファイルパスまたは URL。
- basePath