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

RangeCommand class
Inheritance: BaseCommand
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method 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 method

Generate random bytes in command
public GenerateRangeBytes ( ) : void
return void

GetBytes() public method

Get the bytes of the RangeCommand
public GetBytes ( ) : byte[]
return byte[]

RangeCommand() public method

Initializes a new instance of the RangeCommand class
public RangeCommand ( ) : System
return System

Size() public method

Get the size of the RangeCommand
public Size ( ) : int
return int