CoreWebView2SharedBuffer.Buffer Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : nativeintPublic ReadOnly Property Buffer As IntPtrProperty Value
nativeint
Remarks
Normal app should use OpenStream() to get a stream object to access the buffer.