Knight Data Access Layer
GetProperties Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class : GetProperties Method
The type of the class
Get the cahed properties for a type
Syntax
Public Shared Function GetProperties( _
   ByVal type As Type _
) As PropertyInfo()
Dim type As Type
Dim value() As PropertyInfo
 
value = ReflectionHelper.GetProperties(type)
public static PropertyInfo[] GetProperties( 
   Type type
)
public: static PropertyInfo*[]* GetProperties( 
   Type* type
) 
public:
static array<PropertyInfo^>^ GetProperties( 
   Type^ type
) 

Parameters

type
The type of the class
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

ReflectionHelper Class
ReflectionHelper Members