Unbox::AsInt64 Method (Object^)

 

Unboxes the specified object into an Int64 object.

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

public:
static long long AsInt64(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::Int64

Returns an Int64 object.

Return to top
Show: