Unbox::AsUInt64 Method (Object^)

 

Unboxes the specified object into a Uint64 object.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static unsigned long long AsUInt64(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::UInt64

Returns the Uint64 object.

Return to top
Show: