CoreWebView2SharedBuffer.Buffer Property

Definition

The raw memory address of the buffer.

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

Property Value

IntPtr

nativeint

Remarks

You can cast it to pointer to real data types like byte* to access the memory from unsafe code region. Normal app should use OpenStream() to get a stream object to access the buffer.

Applies to