Returns a list of all the possible Device Adapters from a library on micromanager core

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

Syntax

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

Return Value

[Missing <returns> documentation for "M:CoreDevices.EasyCore.GetAllDeviceAdapters"]

Implements

IEasyCoreCom..::.GetAllDeviceAdapters()()()

See Also