The CompactRepositorySelector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateRepository(Assembly, Type) |
Create a new repository for the assembly specified
| |
| CreateRepository(String, Type) |
Create a new repository for the repository specified
| |
| Equals | (Inherited from Object.) | |
| ExistsRepository |
Test if a named repository exists
| |
| 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.) | |
| GetAllRepositories |
Gets a list of ILoggerRepository objects
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetRepository(Assembly) |
Get the ILoggerRepository for the specified assembly
| |
| GetRepository(String) |
Get the named ILoggerRepository | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnLoggerRepositoryCreatedEvent |
Notify the registered listeners that the repository has been created
| |
| ToString | (Inherited from Object.) |
See Also