Takes the GUI name of a loaded assembly and returns the GUI object

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

Syntax

C#
public GUIDeviceControl GetDeviceGUI(
	string DeviceGUIName
)
Visual Basic (Declaration)
Public Function GetDeviceGUI ( _
	DeviceGUIName As String _
) As GUIDeviceControl
Visual C++
public:
virtual GUIDeviceControl^ GetDeviceGUI(
	String^ DeviceGUIName
) sealed

Parameters

DeviceGUIName
Type: System..::.String

[Missing <param name="DeviceGUIName"/> documentation for "M:CoreDevices.EasyCore.GetDeviceGUI(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.EasyCore.GetDeviceGUI(System.String)"]

Implements

IEasyCoreCom..::.GetDeviceGUI(String)

See Also