Unbox Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAsBoolean(Object^)

Unboxes the specified object into a Boolean object.

System_CAPS_pubmethodSystem_CAPS_staticAsDouble(Object^)

Unboxes the specified object into a Double object.

System_CAPS_pubmethodSystem_CAPS_staticAsInt16(Object^)

Unboxes the specified object into an Int16 object.

System_CAPS_pubmethodSystem_CAPS_staticAsInt32(Object^)

Unboxes the specified object into an Int32 object.

System_CAPS_pubmethodSystem_CAPS_staticAsInt64(Object^)

Unboxes the specified object into an Int64 object.

System_CAPS_pubmethodSystem_CAPS_staticAsInt8(Object^)

Unboxes the specified object into an Int8 object.

System_CAPS_pubmethodSystem_CAPS_staticAsIntPtr(Object^)

Unboxes the specified object into an IntPtr object.

System_CAPS_pubmethodSystem_CAPS_staticAsUInt16(Object^)

Unboxes the specified object into a UInt16 object.

System_CAPS_pubmethodSystem_CAPS_staticAsUInt32(Object^)

Unboxes the specified object into a Uint32 object.

System_CAPS_pubmethodSystem_CAPS_staticAsUInt64(Object^)

Unboxes the specified object into a Uint64 object.

System_CAPS_pubmethodSystem_CAPS_staticAsUInt8(Object^)

Unboxes the specified object into a UInt8 object.

Return to top
Show: