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)
古い.

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

CurrencyWrapper(Object)
古い.

ラップしてVT_CY型としてマーシャリングするDecimalを含むオブジェクトを使用して、CurrencyWrapper クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
WrappedObject
古い.

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

メソッド

名前 説明
Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象