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

PushCommand class
Inheritance: BaseCommand
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
GenerateRandomCommandBytes ( ) : void

Generate random bytes in command

GetBytes ( ) : byte[]

Get the bytes of the PushCommand

PushCommand ( ) : System

Initializes a new instance of the PushCommand class

PushCommand ( byte data ) : System

Initializes a new instance of the PushCommand class

Size ( ) : int

Get the size of the PushCommand

Method Details

GenerateRandomCommandBytes() public méthode

Generate random bytes in command
public GenerateRandomCommandBytes ( ) : void
Résultat void

GetBytes() public méthode

Get the bytes of the PushCommand
public GetBytes ( ) : byte[]
Résultat byte[]

PushCommand() public méthode

Initializes a new instance of the PushCommand class
public PushCommand ( ) : System
Résultat System

PushCommand() public méthode

Initializes a new instance of the PushCommand class
public PushCommand ( byte data ) : System
data byte The data that will be pushed
Résultat System

Size() public méthode

Get the size of the PushCommand
public Size ( ) : int
Résultat int