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

TypeResolver Class

Resolves a Type by name.

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

System.Object
   TypeResolver

[Visual Basic]
Public Class TypeResolver
    Implements ITypeResolver
[C#]
public class TypeResolver : 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.

Remarks

The rationale behind the creation of this class is to centralise the resolution of type names to Type instances beyond that offered by the plain vanilla System.Type.GetType method call.

Requirements

Namespace: IBatisNet.Common.Utilities.TypesResolver

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

See Also

TypeResolver Members | IBatisNet.Common.Utilities.TypesResolver Namespace