C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCSTOR.RangeCommand

RangeCommand class
상속: BaseCommand
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
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