Share via


CFWriteStream.Write Method

Definition

Overloads

Write(Byte[])

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

Parameters

buffer
Byte[]

Returns

Applies to

Write(Byte[], IntPtr, IntPtr)

public int Write(byte[] buffer, IntPtr offset, IntPtr count);
member this.Write : byte[] * nativeint * nativeint -> int

Parameters

buffer
Byte[]
offset
IntPtr

nativeint

count
IntPtr

nativeint

Returns

Applies to