ILockBytes.ReadAt 方法

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
Sub ReadAt ( _
    ulOffset As ULARGE_INTEGER, _
    <OutAttribute> pv As Byte(), _
    cb As UInteger, _
    <OutAttribute> ByRef pcbRead As UInteger _
)
void ReadAt(
    ULARGE_INTEGER ulOffset,
    byte[] pv,
    uint cb,
    out uint pcbRead
)

参数

.NET Framework 安全性

请参见

参考

ILockBytes 接口

Microsoft.VisualStudio.OLE.Interop 命名空间