Compartilhar via


CoreWebView2SharedBuffer.Buffer Property

Definition

A Windows.Foundation.IMemoryBufferReference object to access the underlying memory of the shared buffer as an array of bytes.

public IntPtr Buffer { get; }
member this.Buffer : nativeint
Public ReadOnly Property Buffer As IntPtr

Property Value

IntPtr

nativeint

Remarks

Normal app should use OpenStream() to get a stream object to access the buffer.

Applies to