'宣言 Public Shared Function Open( _ ByVal location As System.String, _ ByVal basePath As System.String _ ) As ResourceNameParser
'使用法 Dim location As System.String Dim basePath As System.String Dim value As ResourceNameParser value = ResourceNameParser.Open(location, basePath)
public static ResourceNameParser Open( System.string location, System.string basePath )
パラメータ
- location
- Relative or absolute file path or URL.
- basePath