WebRequestPSCmdlet.VerifyInternetExplorerAvailable(Boolean) Method

Definition

Verifies that Internet Explorer is available, and that its first-run configuration is complete.

protected bool VerifyInternetExplorerAvailable (bool checkComObject);
member this.VerifyInternetExplorerAvailable : bool -> bool
Protected Function VerifyInternetExplorerAvailable (checkComObject As Boolean) As Boolean

Parameters

checkComObject
Boolean

True if we should try to access IE's COM object. Not needed if an HtmlDocument will be created shortly.

Returns

Applies to