Unbox Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AsBoolean(Object^) | Unboxes the specified object into a Boolean object. |
![]() ![]() | AsDouble(Object^) | Unboxes the specified object into a Double object. |
![]() ![]() | AsInt16(Object^) | Unboxes the specified object into an Int16 object. |
![]() ![]() | AsInt32(Object^) | Unboxes the specified object into an Int32 object. |
![]() ![]() | AsInt64(Object^) | Unboxes the specified object into an Int64 object. |
![]() ![]() | AsInt8(Object^) | Unboxes the specified object into an Int8 object. |
![]() ![]() | AsIntPtr(Object^) | Unboxes the specified object into an IntPtr object. |
![]() ![]() | AsUInt16(Object^) | Unboxes the specified object into a UInt16 object. |
![]() ![]() | AsUInt32(Object^) | Unboxes the specified object into a Uint32 object. |
![]() ![]() | AsUInt64(Object^) | Unboxes the specified object into a Uint64 object. |
![]() ![]() | AsUInt8(Object^) | Unboxes the specified object into a UInt8 object. |
Show:

