Class UCIEngine.Option
Represents an engine option
Inheritance
System.Object
UCIEngine.Option
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public class Option
Properties
| Improve this Doc View SourceName
Name of option
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Option type
Declaration
public UCIEngine.Option.OptionType Type { get; }
Property Value
Type | Description |
---|---|
UCIEngine.Option.OptionType |
Methods
| Improve this Doc View SourceParse(String)
Declaration
protected virtual void Parse(string ucicommand)
Parameters
Type | Name | Description |
---|---|---|
System.String | ucicommand |