Returns a list of all the device adapters in a particular library

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

Syntax

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

Parameters

LibName
Type: System..::.String
Device library, the names can be found from GetDeviceLibraries

Return Value

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

Implements

IEasyCoreCom..::.GetDevicesFromLibrary(String)

See Also