Click or drag to resize

KnowledgeBase Methods

The KnowledgeBase type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetService(String)
Gets the first available Service with the given name for this Knowledge Base.
Public methodGetService(Type)
Gets the first available implementation of the given Service Type for this Knowledge Base.
Public methodGetServiceT
Gets the first available implementation of the desired Service Type.
Public methodGetServices(String)
Gets all the available services with the given name for this Knowledge Base.
Public methodGetServices(Type)
Gets all the available implementations of the given Service Type for this Knowledge Base.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupportsService(String)
Gets whether a Service is supported by the Knowledge Base.
Public methodSupportsService(Type)
Gets whether a Service is supported by the Knowledge Base.
Public methodSupportsServiceT
Gets whether a Service is supported by the Knowledge Base.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also