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

PushCommand class
상속: BaseCommand
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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

메소드 상세

GenerateRandomCommandBytes() 공개 메소드

Generate random bytes in command
public GenerateRandomCommandBytes ( ) : void
리턴 void

GetBytes() 공개 메소드

Get the bytes of the PushCommand
public GetBytes ( ) : byte[]
리턴 byte[]

PushCommand() 공개 메소드

Initializes a new instance of the PushCommand class
public PushCommand ( ) : System
리턴 System

PushCommand() 공개 메소드

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

Size() 공개 메소드

Get the size of the PushCommand
public Size ( ) : int
리턴 int