CurrencyWrapper クラス

定義

注意事項

CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.

マーシャラーが VT_CY としてマーシャリングする必要があるオブジェクトをラップします。

public ref class CurrencyWrapper sealed
[System.Obsolete("CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")]
public sealed class CurrencyWrapper
public sealed class CurrencyWrapper
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public sealed class CurrencyWrapper
[<System.Obsolete("CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")>]
type CurrencyWrapper = class
type CurrencyWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CurrencyWrapper = class
Public NotInheritable Class CurrencyWrapper
継承
CurrencyWrapper
属性

注釈

バリアント型 (Variant) として渡された場合にラップされたオブジェクトをマーシャリングする方法を制御します。 を DecimalCurrencyWrapper ラップして、 として VT_CYマーシャリングします。

コンストラクター

CurrencyWrapper(Decimal)
古い.

ラップされ、型 Decimal としてマーシャリングされる VT_CY を指定して、CurrencyWrapper クラスの新しいインスタンスを初期化します。

CurrencyWrapper(Object)
古い.

ラップされ、型 Decimal としてマーシャリングされる VT_CY を格納しているオブジェクトを指定して、CurrencyWrapper クラスの新しいインスタンスを初期化します。

プロパティ

WrappedObject
古い.

VT_CY としてマーシャリングされる、ラップされたオブジェクトを取得します。

メソッド

Equals(Object)
古い.

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

(継承元 Object)
GetHashCode()
古い.

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

(継承元 Object)
GetType()
古い.

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

(継承元 Object)
MemberwiseClone()
古い.

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

(継承元 Object)
ToString()
古い.

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

(継承元 Object)

適用対象