UtilApplicationGetIEBrowserEmulationMode(String, RegistryScope) Method

Gets the Internet Explorer browser emulation mode for the specified process.

Definition

Namespace: DevCase.Core.Application
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IEBrowserEmulationMode GetIEBrowserEmulationMode(
	string processName,
	RegistryScope scope
)

Parameters

processName  String
The process name (eg. 'cmd.exe').
scope  RegistryScope
The registry scope.

Return Value

IEBrowserEmulationMode
The resulting IEBrowserEmulationMode.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

Exceptions

See Also