Returns a list of all the possible device GUI Assemblies

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

Syntax

C#
public string[] GetAllDeviceGUIs()
Visual Basic (Declaration)
Public Function GetAllDeviceGUIs As String()
Visual C++
public:
array<String^>^ GetAllDeviceGUIs()

Return Value

[Missing <returns> documentation for "M:CoreDevices.EasyCoreMat.GetAllDeviceGUIs"]

See Also