CurrencyWrapper Classe

Definizione

Attenzione

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

Esegue il wrapping degli oggetti che il gestore di marshalling deve effettuare 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 oggetto in per CurrencyWrapper effettuare il marshalling come .VT_CY

Costruttori

Nome Descrizione
CurrencyWrapper(Decimal)
Obsoleti.

Inizializza una nuova istanza della classe con cui eseguire il CurrencyWrapperDecimal wrapping e il marshalling come tipo VT_CY.

CurrencyWrapper(Object)
Obsoleti.

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

Proprietà

Nome Descrizione
WrappedObject
Obsoleti.

Ottiene l'oggetto di cui è stato eseguito il wrapping come tipo VT_CY.

Metodi

Nome Descrizione
Equals(Object)
Obsoleti.

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

(Ereditato da Object)
GetHashCode()
Obsoleti.

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()
Obsoleti.

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()
Obsoleti.

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()
Obsoleti.

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a