CLong 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
CLong(Int32) |
Construit une instance à partir d’un entier 32 bits. |
CLong(IntPtr) |
Construit une instance à partir d’un entier de taille native. |
CLong(Int32)
- Source:
- CLong.cs
- Source:
- CLong.cs
- Source:
- CLong.cs
Construit une instance à partir d’un entier 32 bits.
public:
CLong(int value);
public CLong (int value);
new System.Runtime.InteropServices.CLong : int -> System.Runtime.InteropServices.CLong
Public Sub New (value As Integer)
Paramètres
- value
- Int32
Valeur entière.
S’applique à
CLong(IntPtr)
- Source:
- CLong.cs
- Source:
- CLong.cs
- Source:
- CLong.cs
Construit une instance à partir d’un entier de taille native.
public:
CLong(IntPtr value);
public CLong (nint value);
public CLong (IntPtr value);
new System.Runtime.InteropServices.CLong : nativeint -> System.Runtime.InteropServices.CLong
Public Sub New (value As IntPtr)
Paramètres
- value
-
IntPtr
nint
nativeint
Valeur entière.
Exceptions
value
est en dehors de la plage du type de stockage sous-jacent.