SolverRegistration Class
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the information about a registered solver.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The SolverRegistration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssemblyName | Gets the fully qualified name of the solver assembly. |
![]() | Capability | Get the capabilities of the solver. |
![]() | DirectiveClassName | Gets the class name of the solver directive. |
![]() | InterfaceName | Gets the solver interface name (optional). |
![]() | Name | Gets the name of the solver. |
![]() | ParameterClassName | Get the class name of the solver parameters. |
![]() | SolverClassName | Gets the class name of the solver. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares the current object with another object of the same type. |
![]() | Equals | Indicates whether the current object is equal to another object of the same type. (Overrides Object.Equals(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 a hash function for a particular type. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Return a string representation of the entry. (Overrides Object.ToString.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IComparable.CompareTo | Compares the current object with another object of the same type. |
Show:
