| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DataStream Class > DataStream Constructor : DataStream Constructor(IntPtr,Int64,Boolean,Boolean) |
true if reading from the buffer should be allowed; otherwise, false.
true if writing to the buffer should be allowed; otherwise, false.
'Declaration Public Function New( _ ByVal userBuffer As System.IntPtr, _ ByVal sizeInBytes As System.Long, _ ByVal canRead As System.Boolean, _ ByVal canWrite As System.Boolean _ )
public DataStream( System.IntPtr userBuffer, System.long sizeInBytes, System.bool canRead, System.bool canWrite )
true if reading from the buffer should be allowed; otherwise, false.true if writing to the buffer should be allowed; otherwise, false.