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

EndCommand class
Inheritance: BaseCommand
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

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

Method Details

EndCommand() public method

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

GetBytes() public method

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

Size() public method

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