WindowsRuntimeBuffer Class
.NET Framework (current version)
Provides an implementation of the Windows Runtime IBuffer interface (Windows.Storage.Streams.IBuffer), and all additional required interfaces.
Namespace: System.Runtime.InteropServices.WindowsRuntime
Assembly: System.Runtime.WindowsRuntime (in System.Runtime.WindowsRuntime.dll)
The WindowsRuntimeBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Create(Int32) | Returns an empty Windows.Storage.Streams.IBuffer interface that has the specified maximum capacity. |
![]() ![]() | Create(array<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. |
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:

