WindowsRuntimeBuffer 类

定义

提供 Windows 运行时 IBuffer 接口 (Windows.Storage.Streams.IBuffer) 及其他全部所需接口的实现。

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
继承
WindowsRuntimeBuffer
属性

方法

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

返回一个 Windows.Storage.Streams.IBuffer 接口,该接口包含从字节数组中复制的某个指定范围的字节的。 如果指定的容量大于复制的字节数,则用零值填充缓冲区的其他部分。

Create(Int32)

返回具有指定最大容量的空 Windows.Storage.Streams.IBuffer 接口。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于