[Missing <summary> documentation for "M:CoreDevices.IChannelStateCom.AddCommand(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 AddCommand(
	string DeviceName,
	string Methodname,
	string Parameters
)
Visual Basic (Declaration)
Sub AddCommand ( _
	DeviceName As String, _
	Methodname As String, _
	Parameters As String _
)
Visual C++
void AddCommand(
	String^ DeviceName, 
	String^ Methodname, 
	String^ Parameters
)

Parameters

DeviceName
Type: System..::.String

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

Methodname
Type: System..::.String

[Missing <param name="Methodname"/> documentation for "M:CoreDevices.IChannelStateCom.AddCommand(System.String,System.String,System.String)"]

Parameters
Type: System..::.String

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

See Also