C# Класс Microsoft.Protocols.TestSuites.MS_OXCSTOR.RangeCommand

RangeCommand class
Наследование: BaseCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GenerateRangeBytes() публичный Метод

Generate random bytes in command
public GenerateRangeBytes ( ) : void
Результат void

GetBytes() публичный Метод

Get the bytes of the RangeCommand
public GetBytes ( ) : byte[]
Результат byte[]

RangeCommand() публичный Метод

Initializes a new instance of the RangeCommand class
public RangeCommand ( ) : System
Результат System

Size() публичный Метод

Get the size of the RangeCommand
public Size ( ) : int
Результат int