NativeMethods.StartIE(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Diagnostics::Process ^ StartIE(System::String ^ urlString, bool medium);
public static System.Diagnostics.Process StartIE (string urlString, bool medium);
static member StartIE : string * bool -> System.Diagnostics.Process
Public Shared Function StartIE (urlString As String, medium As Boolean) As Process
Parameters
- urlString
- String
- medium
- Boolean