ReflectionContext.GetTypeForObject Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the representation of the type of the specified object in this reflection context.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Object
The object to represent.
Return Value
Type: System.Reflection.TypeInfoAn object that represents the type of the specified object.
Show: