Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Returns an array of bytes from the packet.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public byte[] GetParameterBytes ()
'Declaration
Public Function GetParameterBytes As Byte()
Return Value
An array of bytes.
Example
The following example retrieves an array of bytes from a command packet.
byte [] bytes = commandPacket.GetParameterBytes();
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
CommandPacket Class
CommandPacket Members
Microsoft.RemoteToolSdk.PluginComponents Namespace