WebRequestPSCmdlet.VerifyInternetExplorerAvailable Method

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim checkComObject As Boolean

Me.VerifyInternetExplorerAvailable(checkComObject)

Syntax

'Declaration
Protected Sub VerifyInternetExplorerAvailable ( _
    checkComObject As Boolean _
)
protected void VerifyInternetExplorerAvailable (
    bool checkComObject
)
protected:
void VerifyInternetExplorerAvailable (
    bool checkComObject
)
protected void VerifyInternetExplorerAvailable (
    boolean checkComObject
)
protected function VerifyInternetExplorerAvailable (
    checkComObject : boolean
)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

WebRequestPSCmdlet Class
WebRequestPSCmdlet Members
Microsoft.PowerShell.Commands Namespace