DevForce Help Reference
GetTypeInfo Method


Use this instead of type.GetTypeInfo in System.Reflection IntrospectionExtensions. The TypeInfo in Xamarin is a joke.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetTypeInfo( _
   ByVal type As Type _
) As TypeInfo
'Usage
 
Dim type As Type
Dim value As TypeInfo
 
value = ReflectionFns.GetTypeInfo(type)
[Extension()]
public static TypeInfo GetTypeInfo( 
   Type type
)

Parameters

type
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionFns Class
ReflectionFns Members

Send Feedback