DebugConvert.GetManagedInt64Object(Int64) 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.
Crée un objet managé qui a la valeur Int64 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:
virtual System::Object ^ GetManagedInt64Object(long i);
public object GetManagedInt64Object (long i);
abstract member GetManagedInt64Object : int64 -> obj
override this.GetManagedInt64Object : int64 -> obj
Public Function GetManagedInt64Object (i As Long) As Object
Paramètres
- i
- Int64
Valeur à convertir.
Retours
i
converti en Object.