[Missing <summary> documentation for "M:CoreDevices.IChannelStateCom.AddCommand(System.String,System.String,System.Object[])"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
void AddCommand( string DeviceName, string Methodname, Object[] Parameters ) |
Visual Basic (Declaration) |
---|
Sub AddCommand ( _ DeviceName As String, _ Methodname As String, _ Parameters As Object() _ ) |
Visual C++ |
---|
void AddCommand( String^ DeviceName, String^ Methodname, array<Object^>^ Parameters ) |
Parameters
- DeviceName
- Type: System..::.String
[Missing <param name="DeviceName"/> documentation for "M:CoreDevices.IChannelStateCom.AddCommand(System.String,System.String,System.Object[])"]
- Methodname
- Type: System..::.String
[Missing <param name="Methodname"/> documentation for "M:CoreDevices.IChannelStateCom.AddCommand(System.String,System.String,System.Object[])"]
- Parameters
- Type: array<
System..::.Object
>[]()[]
[Missing <param name="Parameters"/> documentation for "M:CoreDevices.IChannelStateCom.AddCommand(System.String,System.String,System.Object[])"]