IUnsafeReadStream.Read(Byte*, Int32, Int32*) 方法

定义

public:
 void Read(System::Byte* pv, int cb, int* pcbRead);
public void Read (byte* pv, int cb, int* pcbRead);
abstract member Read : nativeptr<byte> * int * nativeptr<int> -> unit

参数

pv
Byte*
cb
Int32
pcbRead
Int32*

适用于