Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AbstractPrototypeTargetSource Methods

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

Public Instance Methods

AfterPropertiesSet Invoked by an IObjectFactory after it has set all object properties supplied (and satisfied the IObjectFactoryAware and IApplicationContextAware interfaces).
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetTarget Returns the target object.
GetType (inherited from Object)Gets the Type of the current instance.
ReleaseTarget Releases the target object.
ToString Returns a textual representation of this target source instance. This implementation returns GetDescription

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetDescription Returns a textual representation of this target source instance
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
NewPrototypeInstance Subclasses should use this method to create a new prototype instance.

See Also

AbstractPrototypeTargetSource Class | Spring.Aop.Target Namespace