IDebugConvert.GetManagedUInt64Object(UInt64) Metodo

Definizione

Se implementato in una classe, crea un oggetto gestito con il valore UInt64 primitivo specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

i
UInt64

Valore da convertire.

Restituisce

i viene convertito in Object.

Si applica a

Vedi anche