NSOutputStream.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Write(Byte[]) | |
Write(Byte[], nuint) | |
Write(Byte[], Int32, nuint) |
Write(Byte[])
public nint Write (byte[] buffer);
member this.Write : byte[] -> nint
Parameters
- buffer
- Byte[]
Returns
System.System.IntPtr
System.nativeint
Applies to
Write(Byte[], nuint)
public nint Write (byte[] buffer, nuint len);
member this.Write : byte[] * nuint -> nint
Parameters
- buffer
- Byte[]
- len
- System.System.UIntPtr System.unativeint
Returns
System.System.IntPtr
System.nativeint