CurrencyWrapper クラス
定義
警告
この API は現在使われていません。
マーシャラーが VT_CY
としてマーシャリングする必要があるオブジェクトをラップします。Wraps objects the marshaler should marshal as a VT_CY
.
public ref class CurrencyWrapper sealed
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
[System.Obsolete("CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")]
public sealed class CurrencyWrapper
type CurrencyWrapper = class
Public NotInheritable Class CurrencyWrapper
- 継承
-
CurrencyWrapper
- 属性
注釈
バリアントとして渡されるときに、ラップされたオブジェクトをマーシャリングする方法を制御します。Controls how the wrapped object is marshaled when passed as a Variant. をとしVT_CY
てマーシャリングされるように、をラップします。CurrencyWrapper
Decimal
Wrap a Decimal
in a CurrencyWrapper
to have it marshaled as a VT_CY
.
コンストラクター
CurrencyWrapper(Decimal) |
ラップされ、型 |
CurrencyWrapper(Object) |
ラップされ、型 |
プロパティ
WrappedObject |
型 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |