GetTypeForObject Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overridable Function GetTypeForObject ( _
	value As Object _
) As TypeInfo

Parameters

value
Type: System.Object
The object to represent.

Return Value

Type: System.Reflection.TypeInfo
An object that represents the type of the specified object.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft