[Missing <summary> documentation for "M:CoreDevices.Devices.IXYStageCom.RunCommand(System.String,System.Object[])"]

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

Syntax

C#
void RunCommand(
	string MethodName,
	Object[] Pars
)
Visual Basic (Declaration)
Sub RunCommand ( _
	MethodName As String, _
	Pars As Object() _
)
Visual C++
void RunCommand(
	String^ MethodName, 
	array<Object^>^ Pars
)

Parameters

MethodName
Type: System..::.String

[Missing <param name="MethodName"/> documentation for "M:CoreDevices.Devices.IXYStageCom.RunCommand(System.String,System.Object[])"]

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

[Missing <param name="Pars"/> documentation for "M:CoreDevices.Devices.IXYStageCom.RunCommand(System.String,System.Object[])"]

See Also