The Command type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Command(String, String) |
Initializes a new instance of the Command class using a command name and a JSON-encoded string for the parameters.
|
![]() | Command(SessionId, String, Dictionary String, Object ) |
Initializes a new instance of the Command class for a Session
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString |
Returns a string of the Command object
(Overrides ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Gets the command name
|
![]() | Parameters |
Gets the parameters of the command
|
![]() | ParametersAsJsonString |
Gets the parameters of the command as a JSON-encoded string.
|
![]() | SessionId |
Gets the SessionID of the command
|
See Also