Returns a list of all the possible device libraries from Micromanager core

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

Syntax

C#
public string[] GetDeviceLibraries { get; }
Visual Basic (Declaration)
Public ReadOnly Property GetDeviceLibraries As String()
Visual C++
public:
property array<String^>^ GetDeviceLibraries {
	array<String^>^ get ();
}

See Also