Microsoft.Ccr.Adapters.Wpf Namespace

Microsoft Robotics Class Reference

Classes

  Class Description
Public class DispatcherInvoke
Invokes a method in the WPF dispatcher.

Remarks

Don't use this class directly. Use
Public class Invoke
Invokes a method in the WPF adapter
Public class Invoke< (Of < ( <'R> ) > ) >
Invokes a method in the WPF adapter
Public class RunWindow
Creates and shows a window in the WPF adaptor
Public class Shutdown
Shuts down a WPF dispatcher
Public class WpfAdapter
A service for creating WPF windows and using WPF controls in the appropriate WPF dispatcher
Public class WpfServicePort
Port for creating windows and invoking methods in the WPF adapter

Delegates

  Delegate Description
Public delegate Invoker
Delegate for invoking a method in a WPF adapter
Public delegate Invoker< (Of < ( <'R> ) > ) >
Delegate for invoking a method in a WPF adapter
Public delegate WindowContructor
Delegate for creating a window in the WPF adapter