IDebugConvert.GetManagedUInt64Object(UInt64) Méthode
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.
En cas d'implémentation dans une classe, crée un objet managé qui a la valeur UInt64 primitive spécifiée.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
System::Object ^ GetManagedUInt64Object(System::UInt64 i);
public object GetManagedUInt64Object (ulong i);
abstract member GetManagedUInt64Object : uint64 -> obj
Public Function GetManagedUInt64Object (i As ULong) As Object
Paramètres
- i
- UInt64
Valeur à convertir.
Retours
i
converti en Object.