Share via


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)

適用於