Show / Hide Table of Contents

Class UCIEngine.Option

Represents an engine option

Inheritance
System.Object
UCIEngine.Option
UCIEngine.OptionCheck
UCIEngine.OptionCombo
UCIEngine.OptionSpin
UCIEngine.OptionString
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 Source

Name

Name of option

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Option type

Declaration
public UCIEngine.Option.OptionType Type { get; }
Property Value
Type Description
UCIEngine.Option.OptionType

Methods

| Improve this Doc View Source

Parse(String)

Declaration
protected virtual void Parse(string ucicommand)
Parameters
Type Name Description
System.String ucicommand
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX