[]
        
(Showing Draft Content)

C1.Util.DX.Storage.ComStreamProxy.Read

Read Method

Read(nint, int)

Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.

Declaration
public int Read(nint buffer, int numberOfBytesToRead)
Public Function Read(buffer As IntPtr, numberOfBytesToRead As Integer) As Integer
Parameters
Type Name Description
nint buffer
int numberOfBytesToRead
Returns
Type Description
int
Implements