DkmReadOnlyByteCollection.ItemsPtr 属性

定义

获取指向本机项缓冲区的指针。 封送处理代码假定集合为只读。 对缓冲区的修改将产生不可预知的效果。 如果已序列化此对象,则指针将不可用。

当垃圾回收此对象时,可以释放缓冲区。

public:
 property IntPtr ItemsPtr { IntPtr get(); };
public IntPtr ItemsPtr { get; }
member this.ItemsPtr : nativeint
Public ReadOnly Property ItemsPtr As IntPtr

属性值

IntPtr

nativeint

适用于