CurrencyWrapper Constructeurs

Définition

Initialise une nouvelle instance de la classe CurrencyWrapper.

Surcharges

Nom Description
CurrencyWrapper(Decimal)

Initialise une nouvelle instance de la CurrencyWrapper classe avec le Decimal wrapper et le marshaler en tant que type VT_CY.

CurrencyWrapper(Object)

Initialise une nouvelle instance de la CurrencyWrapper classe avec l’objet contenant le Decimal wrapper et marshalé en tant que type VT_CY.

CurrencyWrapper(Decimal)

Initialise une nouvelle instance de la CurrencyWrapper classe avec le Decimal wrapper et le marshaler en tant que type VT_CY.

public:
 CurrencyWrapper(System::Decimal obj);
public CurrencyWrapper(decimal obj);
new System.Runtime.InteropServices.CurrencyWrapper : decimal -> System.Runtime.InteropServices.CurrencyWrapper
Public Sub New (obj As Decimal)

Paramètres

obj
Decimal

Decimal à envelopper et marshaler en tant que VT_CY.

S’applique à

CurrencyWrapper(Object)

Initialise une nouvelle instance de la CurrencyWrapper classe avec l’objet contenant le Decimal wrapper et marshalé en tant que type VT_CY.

public:
 CurrencyWrapper(System::Object ^ obj);
public CurrencyWrapper(object obj);
new System.Runtime.InteropServices.CurrencyWrapper : obj -> System.Runtime.InteropServices.CurrencyWrapper
Public Sub New (obj As Object)

Paramètres

obj
Object

Objet contenant le Decimal wrapper et le marshaler en tant que VT_CY.

Exceptions

Le obj paramètre n’est pas un Decimal type.

S’applique à