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


NSOutputStream.Write Метод

Определение

Перегрузки

Write(Byte[])
Write(Byte[], nuint)
Write(Byte[], Int32, nuint)

Write(Byte[])

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

Параметры

buffer
Byte[]

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

System.System.IntPtr System.nativeint

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

Write(Byte[], nuint)

public nint Write (byte[] buffer, nuint len);
member this.Write : byte[] * nuint -> nint

Параметры

buffer
Byte[]
len
System.System.UIntPtr System.unativeint

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

System.System.IntPtr System.nativeint

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

Write(Byte[], Int32, nuint)

public nint Write (byte[] buffer, int offset, nuint len);
member this.Write : byte[] * int * nuint -> nint

Параметры

buffer
Byte[]
offset
Int32
len
System.System.UIntPtr System.unativeint

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

System.System.IntPtr System.nativeint

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