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:
GUIDeviceControl^ GetDeviceGUI(
	String^ DeviceGUIName
)

Parameters

DeviceGUIName
Type: System..::.String

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

Return Value

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

See Also