C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.PushCommand

Represent a push command.
Inheritance: Command
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
PushCommand ( byte command, byte commonBytes ) : System

Initializes a new instance of the PushCommand class.

Method Details

PushCommand() public method

Initializes a new instance of the PushCommand class.
public PushCommand ( byte command, byte commonBytes ) : System
command byte The command byte.
commonBytes byte The common bytes pushed by this command.
return System