Share via


DkmReadOnlyByteCollection.ItemsPtr Property

Definition

Gets a pointer to the native items buffer. The marshalling code assumes the collection is read only. Modifications to the buffer will have unpredictable effects. The pointer will not be available if this object has been serialized.

The buffer may be released when this object is garbage collected.

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

Property Value

IntPtr

nativeint

Applies to