'宣言 Public Function GetDownloadedPath( _ Optional ByVal downloadIfNotExists As System.Boolean _ ) As System.String
public System.string GetDownloadedPath( System.bool downloadIfNotExists )
パラメータ
- downloadIfNotExists
- Whether to download the browser if it doesn't exist in the destination folder.
戻り値の型
A path to Chromium executable or null 参照 (Visual Basicでは Nothing) if the browser is not downloaded.