NSOutputStream.Write Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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[]
Retornos
System.System.IntPtr
System.nativeint
Aplica-se 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
Retornos
System.System.IntPtr
System.nativeint