KnowledgeBase Methods |
The KnowledgeBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetService(String) |
Gets the first available Service with the given name for this Knowledge Base.
| |
| GetService(Type) |
Gets the first available implementation of the given Service Type for this Knowledge Base.
| |
| GetServiceT |
Gets the first available implementation of the desired Service Type.
| |
| GetServices(String) |
Gets all the available services with the given name for this Knowledge Base.
| |
| GetServices(Type) |
Gets all the available implementations of the given Service Type for this Knowledge Base.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SupportsService(String) |
Gets whether a Service is supported by the Knowledge Base.
| |
| SupportsService(Type) |
Gets whether a Service is supported by the Knowledge Base.
| |
| SupportsServiceT |
Gets whether a Service is supported by the Knowledge Base.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |