iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ReflectionInfo.GetInstance Method 

Gets an instance of ReflectionInfo for the specified type.

[Visual Basic]
Public Shared Function GetInstance( _
   ByVal Type As Type _
) As ReflectionInfo
[C#]
public static ReflectionInfo GetInstance(
   Type type
);

Parameters

type
The type for which to lookup the method cache.

Return Value

The properties cache for the type

See Also

ReflectionInfo Class | IBatisNet.Common.Utilities.Objects Namespace