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

CachedTypeResolver Class

Resolves (instantiates) a Type by it's (possibly assembly qualified) name, and caches the Type instance against the type name.

For a list of all members of this type, see CachedTypeResolver Members.

System.Object
   CachedTypeResolver

[Visual Basic]
Public Class CachedTypeResolver
    Implements ITypeResolver
[C#]
public class CachedTypeResolver : ITypeResolver

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.Common.Utilities.TypesResolver

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

CachedTypeResolver Members | IBatisNet.Common.Utilities.TypesResolver Namespace