Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

ThreadLocalTargetSource Properties

The properties of the ThreadLocalTargetSource class are listed below. For a complete list of ThreadLocalTargetSource class members, see the ThreadLocalTargetSource Members topic.

Public Instance Properties

Hits Gets the number of hits that were satisfied by a thread bound object.
Invocations Gets the number of invocations of the GetTarget and Invoke methods.
IsStatic (inherited from AbstractPrototypeTargetSource) Is the target source static?
ObjectFactory (inherited from AbstractPrototypeTargetSource) The target factory that will be used to perform the lookup of the object referred to by the TargetObjectName property.
Objects Gets the number of thread bound objects created.
TargetObjectName (inherited from AbstractPrototypeTargetSource) The name of the target object to be created on each invocation.
TargetType (inherited from AbstractPrototypeTargetSource) The Type of the target object.

See Also

ThreadLocalTargetSource Class | Spring.Aop.Target Namespace