TypeLoadingLocator Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The TypeLoadingLocator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeLoadingLocator(String) |
Construct a TypeLoadingLocator that will use the type named in typeName as the provider.
|
|
TypeLoadingLocator(String, IContainerReconfiguringEventSource) |
Construct a TypeLoadingLocator that will use the type named in typeName as the provider.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetRegistrations |
Return the TypeRegistration objects needed to configure the container.
(Overrides TypeRegistrationsProvider.GetRegistrations(IConfigurationSource).) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
GetUpdatedRegistrations |
Return the TypeRegistration objects needed to reconfigure the container after a configuration source has changed.
(Overrides TypeRegistrationsProvider.GetUpdatedRegistrations(IConfigurationSource).) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Name |
Every locator has a name associated with it so that it can be added and removed from composites. This property returns that name.
(Inherited from TypeRegistrationsProvider.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel Namespace