RuntimeHelpers.GetObjectValue Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Boxes a value type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The value type to be boxed.
Return Value
Type: System.ObjectReturns a boxed copy of obj if it is a value class; otherwise obj itself is returned.
Show: