IShellService Interface

 

Namespace:   Microsoft.Windows.Simulator.Common
Assembly:  Microsoft.Windows.Simulator.Client (in Microsoft.Windows.Simulator.Client.dll)

Syntax

[GuidAttribute("00020400-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IShellService
[GuidAttribute("00020400-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
public interface class IShellService
[<GuidAttribute("00020400-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
type IShellService = interface end
<GuidAttribute("00020400-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
Public Interface IShellService

Methods

Name Description
System_CAPS_pubmethod AllowTakeForeground(Int32)

System_CAPS_pubmethod Client2Screen(Double, Double, Double, Double)

System_CAPS_pubmethod Execute(String, String, String)

System_CAPS_pubmethod GetOrientationDegrees(Int32)

System_CAPS_pubmethod GetProcessId(Int32)

System_CAPS_pubmethod SendRemoteAction(Int32)

System_CAPS_pubmethod ShowSimulatorNormally()

See Also

Microsoft.Windows.Simulator.Common Namespace

Return to top