Returns the information needed to send a command

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

Syntax

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

Parameters

Index
Type: System..::.Int32

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

DeviceName
Type: System..::.String %

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

MethodName
Type: System..::.String %

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

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

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

Implements

IChannelStateCom..::.GetCommand(Int32, String%, String%, array<Object>[]()[]%)

See Also