Поделиться через


CFReadStream.Read Метод

Определение

Перегрузки

Read(Byte[])
Read(Byte[], Int32, Int32)

Read(Byte[])

public nint Read (byte[] buffer);
member this.Read : byte[] -> nint

Параметры

buffer
Byte[]

Возвращаемое значение

System.System.IntPtr System.nativeint

Применяется к

Read(Byte[], Int32, Int32)

public nint Read (byte[] buffer, int offset, int count);
member this.Read : byte[] * int * int -> nint

Параметры

buffer
Byte[]
offset
Int32
count
Int32

Возвращаемое значение

System.System.IntPtr System.nativeint

Применяется к