HeroStats Libraries
CityOfHeroes.Scanner Namespace
Namespace hierarchy
Classes
| Class |
Description |
|
CohScanner
|
Represents the scanner used to find the City of Heroes client and read incoming chat messages |
|
SimulateScanner
|
Scanner used to simulate City of Heroes client activity, for use in HeroStats development |
Interfaces
| Interface |
Description |
|
IScanner
|
Interface to any of the scanner classes. Various scanners look for the CoH client, scan for chat messages, or mimic the CoH client for testing purposes. All implement this interface. Note that this interface is used internally by the working scanner classes and should not be used by application code.
|
Delegates