[Missing <summary> documentation for "M:CoreDevices.IChannelStateCom.GetCommand(System.Int32,System.String@,System.String@,System.Object[]@)"]

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

Syntax

C#
void GetCommand(
	int Index,
	out string DeviceName,
	out string MethodName,
	out Object[] Parameters
)
Visual Basic (Declaration)
Sub GetCommand ( _
	Index As Integer, _
	<OutAttribute> ByRef DeviceName As String, _
	<OutAttribute> ByRef MethodName As String, _
	<OutAttribute> ByRef Parameters As Object() _
)
Visual C++
void GetCommand(
	int Index, 
	[OutAttribute] String^% DeviceName, 
	[OutAttribute] String^% MethodName, 
	[OutAttribute] array<Object^>^% Parameters
)

Parameters

Index
Type: System..::.Int32

[Missing <param name="Index"/> documentation for "M:CoreDevices.IChannelStateCom.GetCommand(System.Int32,System.String@,System.String@,System.Object[]@)"]

DeviceName
Type: System..::.String %

[Missing <param name="DeviceName"/> documentation for "M:CoreDevices.IChannelStateCom.GetCommand(System.Int32,System.String@,System.String@,System.Object[]@)"]

MethodName
Type: System..::.String %

[Missing <param name="MethodName"/> documentation for "M:CoreDevices.IChannelStateCom.GetCommand(System.Int32,System.String@,System.String@,System.Object[]@)"]

Parameters
Type: array< System..::.Object >[]()[] %

[Missing <param name="Parameters"/> documentation for "M:CoreDevices.IChannelStateCom.GetCommand(System.Int32,System.String@,System.String@,System.Object[]@)"]

See Also