Share via


CULong Constructeurs

Définition

Surcharges

CULong(UInt32)

Construit un instance à partir d’un entier non signé 32 bits.

CULong(UIntPtr)

Construit un instance à partir d’un entier non signé de taille native.

CULong(UInt32)

Source:
CULong.cs
Source:
CULong.cs
Source:
CULong.cs

Construit un 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 un 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.

S’applique à