Click or drag to resize

RemoteCommand Class

A class to represent a remotely requested command.
Inheritance Hierarchy

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class RemoteCommand

The RemoteCommand type exposes the following members.

Constructors
  NameDescription
Public methodRemoteCommand
Initializes a new instance of RemoteCommand.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldType
The type of this command.
Top
See Also