Click or drag to resize

ComIStreamWrapperRead Method


Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.4.5.0
Syntax
public void Read(
	byte[] pv,
	int cb,
	IntPtr pcbRead
)
Request Example View Source

Parameters

pv  Byte
 
cb  Int32
 
pcbRead  IntPtr
 

Implements

IStreamRead(Byte, Int32, IntPtr)
See Also