StorageState 列挙型

定義

StorageState 列挙体は、スタンドアロン コンポーネントとしてではなく、他のクラスによる標準機能の派生元の列挙体として使用するためのものです。

public enum class StorageState
public enum StorageState
type StorageState = 
Public Enum StorageState
継承
StorageState

フィールド

Buffer 0

バッファー サイズ。

Stream 1

ストリーム。

UnmanagedBuffer 2

アンマネージ バッファー。

適用対象