Edit

Share via


ICommand.GetBytes Method

Definition

Gets the bytes that represent the command.

public byte[] GetBytes ();
abstract member GetBytes : unit -> byte[]
Public Function GetBytes () As Byte()

Returns

Byte[]

The bytes that represent the command.

Applies to