Unpacker.GetBytes Method

TegoOS

UnpackerGetBytes Method
Get a specified number of bytes as a byte array

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public byte[] GetBytes(
	int bytesToGet
)
Public Function GetBytes ( 
	bytesToGet As Integer
) As Byte()
public:
array<unsigned char>^ GetBytes(
	int bytesToGet
)
member GetBytes : 
        bytesToGet : int -> byte[] 

Parameters

bytesToGet
Type: SystemInt32
Number of bytes to get

Return Value

Type: Byte

[Missing <returns> documentation for "M:Tego.Utils.Unpacker.GetBytes(System.Int32)"]

See Also