SafeBuffer.ByteLength 属性

定义

重要

此 API 不符合 CLS。

获取缓冲区的大小(以字节为单位)。

public:
 property System::UInt64 ByteLength { System::UInt64 get(); };
[System.CLSCompliant(false)]
public ulong ByteLength { get; }
[<System.CLSCompliant(false)>]
member this.ByteLength : uint64
Public ReadOnly Property ByteLength As ULong

属性值

内存缓冲区中的字节数。

属性

例外

适用于