This class is used for those devices that are only gui. For example scripts. This should be updated more to provide nice automatic property handling

Namespace:  CoreDevices.Devices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[SerializableAttribute]
public class MMEmptyGuiDevice : MMDeviceBase, 
	IEmptyGuiDeviceCom
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MMEmptyGuiDevice _
	Inherits MMDeviceBase _
	Implements IEmptyGuiDeviceCom
Visual C++
[SerializableAttribute]
public ref class MMEmptyGuiDevice : public MMDeviceBase, 
	IEmptyGuiDeviceCom

Inheritance Hierarchy

System..::.Object
  CoreDevices.Devices..::.MMDeviceBase
    CoreDevices.Devices..::.MMEmptyGuiDevice

See Also