CurrencyWrapper Classe

Definizione

Attenzione

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

Esegue il wrapping degli oggetti di cui il gestore di marshalling deve eseguire il marshalling come 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
Ereditarietà
CurrencyWrapper
Attributi

Commenti

Controlla la modalità di marshalling dell'oggetto di cui è stato eseguito il wrapping quando viene passato come Variant. Eseguire il wrapping di un Decimal CurrencyWrapper oggetto in per effettuarne il marshalling come .VT_CY

Costruttori

CurrencyWrapper(Decimal)

Inizializza una nuova istanza della classe CurrencyWrapper con il valore Decimal di cui eseguire il wrapping e da trasformare e sottoporre a marshalling come tipo VT_CY.

CurrencyWrapper(Object)

Inizializza una nuova istanza della classe CurrencyWrapper con l'oggetto contenente il valore Decimal di cui eseguire il wrapping e da sottoporre a marshalling come tipo VT_CY.

Proprietà

WrappedObject

Ottiene l'oggetto di cui è stato eseguito il wrapping, da sottoporre a marshalling come tipo VT_CY.

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a