ComIStreamWrapperRead Method

Definition

Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
public void Read(
	byte[] pv,
	int cb,
	IntPtr pcbRead
)

Parameters

pv  Byte
 
cb  Int32
 
pcbRead  IntPtr
 

Implements

IStreamRead(Byte, Int32, IntPtr)

See Also