WindowsRuntimeBuffer 類別

定義

提供 Windows 執行階段 IBuffer 介面(Windows.Storage.Streams.IBuffer),以及所有額外的必要介面。

public ref class WindowsRuntimeBuffer sealed
[System.Security.SecurityCritical]
public sealed class WindowsRuntimeBuffer
[<System.Security.SecurityCritical>]
type WindowsRuntimeBuffer = class
Public NotInheritable Class WindowsRuntimeBuffer
繼承
WindowsRuntimeBuffer
屬性

方法

名稱 Description
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)

適用於