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

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 string Value
)
Visual Basic (Declaration)
Sub GetCommand ( _
	Index As Integer, _
	<OutAttribute> ByRef DeviceName As String, _
	<OutAttribute> ByRef MethodName As String, _
	<OutAttribute> ByRef Value As String _
)
Visual C++
void GetCommand(
	int Index, 
	[OutAttribute] String^% DeviceName, 
	[OutAttribute] String^% MethodName, 
	[OutAttribute] String^% Value
)

Parameters

Index
Type: System..::.Int32

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

DeviceName
Type: System..::.String %

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

MethodName
Type: System..::.String %

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

Value
Type: System..::.String %

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

See Also