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

RangeCommand class
Inheritance: BaseCommand
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
GenerateRangeBytes ( ) : void

Generate random bytes in command

GetBytes ( ) : byte[]

Get the bytes of the RangeCommand

RangeCommand ( ) : System

Initializes a new instance of the RangeCommand class

Size ( ) : int

Get the size of the RangeCommand

Method Details

GenerateRangeBytes() public méthode

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

GetBytes() public méthode

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

RangeCommand() public méthode

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

Size() public méthode

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