WindowsRuntimeBuffer Class

Definition

Provides an implementation of the Windows Runtime IBuffer interface (Windows.Storage.Streams.IBuffer), and all additional required interfaces.

public ref class WindowsRuntimeBuffer sealed
public sealed class WindowsRuntimeBuffer
[System.Security.SecurityCritical]
public sealed class WindowsRuntimeBuffer
type WindowsRuntimeBuffer = class
[<System.Security.SecurityCritical>]
type WindowsRuntimeBuffer = class
Public NotInheritable Class WindowsRuntimeBuffer
Inheritance
WindowsRuntimeBuffer
Attributes

Methods

Create(Byte[], Int32, Int32, Int32)

Returns a Windows.Storage.Streams.IBuffer interface that contains a specified range of bytes copied from a byte array. If the specified capacity is greater than the number of bytes copied, the rest of the buffer is zero-filled.

Create(Int32)

Returns an empty Windows.Storage.Streams.IBuffer interface that has the specified maximum capacity.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to