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

Represent a push command.
Inheritance: Command
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
PushCommand ( byte command, byte commonBytes ) : System

Initializes a new instance of the PushCommand class.

Method Details

PushCommand() public méthode

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.
Résultat System