Table of Contents

Class ComputerUse

Namespace
Glitch9.AIDevKit

A tool that controls a virtual computer.

public class ComputerUse : Tool
Inheritance
object
ComputerUse
Inherited Members

Constructors

ComputerUse()

public ComputerUse()

Properties

DisplayHeight

Required. The height of the computer display.

public int DisplayHeight { get; set; }

Property Value

int

DisplayWidth

Required. The width of the computer display.

public int DisplayWidth { get; set; }

Property Value

int

Environment

Required. The type of computer environment to control.

public string Environment { get; set; }

Property Value

string