Show / Hide Table of Contents

Class UCIEngine.OptionString

Option for a string field (represented by a text box in a GUI)

Inheritance
System.Object
UCIEngine.Option
UCIEngine.OptionString
Inherited Members
UCIEngine.Option.Name
UCIEngine.Option.Type
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 OptionString : UCIEngine.Option

Properties

| Improve this Doc View Source

Default

The option's default value

Declaration
public string Default { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Parse(String)

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