PersistStreamTypeWrapper クラス

定義

IPersistStream (ADO Recordset など) を実装するオブジェクトをバイト ストリームに永続化します。

public ref class PersistStreamTypeWrapper
public ref class PersistStreamTypeWrapper : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract]
public class PersistStreamTypeWrapper
[System.Runtime.Serialization.DataContract]
public class PersistStreamTypeWrapper : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract>]
type PersistStreamTypeWrapper = class
[<System.Runtime.Serialization.DataContract>]
type PersistStreamTypeWrapper = class
    interface IExtensibleDataObject
Public Class PersistStreamTypeWrapper
Public Class PersistStreamTypeWrapper
Implements IExtensibleDataObject
継承
PersistStreamTypeWrapper
属性
実装

コンストラクター

PersistStreamTypeWrapper()

PersistStreamTypeWrapper クラスの新しいインスタンスを初期化します。

プロパティ

ExtensionData

ExtensionDataObject に関連付けられている PersistStreamTypeWrapper を取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetObject<T>(T)

オブジェクトの IPersistStream インターフェイスを使用して、オブジェクトをバイト ストリームから逆シリアル化します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
SetObject<T>(T)

オブジェクトの IPersistStream インターフェイスを使用して、そのオブジェクトをバイト ストリームにシリアル化します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象