NSOutputStream.Write Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Write(Byte[]) | |
Write(Byte[], nuint) | |
Write(Byte[], Int32, nuint) |
Write(Byte[])
public nint Write (byte[] buffer);
member this.Write : byte[] -> nint
Parámetros
- buffer
- Byte[]
Devoluciones
System.System.IntPtr
System.nativeint
Se aplica a
Write(Byte[], nuint)
public nint Write (byte[] buffer, nuint len);
member this.Write : byte[] * nuint -> nint
Parámetros
- buffer
- Byte[]
- len
- System.System.UIntPtr System.unativeint
Devoluciones
System.System.IntPtr
System.nativeint