Lire en anglais Modifier

Partager via


IDebugConvert.GetManagedUInt64Object(UInt64) Method

Definition

When implemented in a class, creates a managed object that has the specified primitive UInt64 value.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public object GetManagedUInt64Object (ulong i);

Parameters

i
UInt64

The value to convert.

Returns

i converted to an Object.

Applies to

See also