[Missing <summary> documentation for "M:CWrapper.CMMCore.getConfigState(System.String,System.String)"]

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

Syntax

C#
public Configuration getConfigState(
	string group,
	string config
)
Visual Basic (Declaration)
Public Function getConfigState ( _
	group As String, _
	config As String _
) As Configuration
Visual C++
public:
Configuration^ getConfigState(
	String^ group, 
	String^ config
)

Parameters

group
Type: System..::.String

[Missing <param name="group"/> documentation for "M:CWrapper.CMMCore.getConfigState(System.String,System.String)"]

config
Type: System..::.String

[Missing <param name="config"/> documentation for "M:CWrapper.CMMCore.getConfigState(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.CMMCore.getConfigState(System.String,System.String)"]

See Also