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

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

공개 메소드들

메소드 설명
EndCommand ( )

Initializes a new instance of the EndCommand class

GetBytes ( ) : byte[]

Get the bytes of the EndCommand

Size ( ) : int

Get the size of the EndCommand

메소드 상세

EndCommand() 공개 메소드

Initializes a new instance of the EndCommand class
public EndCommand ( )

GetBytes() 공개 메소드

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

Size() 공개 메소드

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