CULong Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CULong(UInt32) |
Construit une instance à partir d’un entier non signé 32 bits. |
CULong(UIntPtr) |
Construit une instance à partir d’un entier non signé de taille native. |
CULong(UInt32)
- Source:
- CULong.cs
- Source:
- CULong.cs
- Source:
- CULong.cs
Construit une instance à partir d’un entier non signé 32 bits.
public:
CULong(System::UInt32 value);
public CULong (uint value);
new System.Runtime.InteropServices.CULong : uint32 -> System.Runtime.InteropServices.CULong
Public Sub New (value As UInteger)
Paramètres
- value
- UInt32
Valeur entière.
S’applique à
CULong(UIntPtr)
- Source:
- CULong.cs
- Source:
- CULong.cs
- Source:
- CULong.cs
Construit une instance à partir d’un entier non signé de taille native.
public:
CULong(UIntPtr value);
public CULong (nuint value);
public CULong (UIntPtr value);
new System.Runtime.InteropServices.CULong : unativeint -> System.Runtime.InteropServices.CULong
Public Sub New (value As UIntPtr)
Paramètres
- value
-
UIntPtr
nuint
unativeint
Valeur entière.
Exceptions
value
est en dehors de la plage du type de stockage sous-jacent.