HeroStats Libraries
IScanner Interface

[This is preliminary documentation and subject to change.]

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.

For a list of all members of this type, see IScanner Members.

[Visual Basic]
Public Interface IScanner
[C#]
public interface IScanner

Types that implement IScanner

TypeDescription
SimulateScanner Scanner used to simulate City of Heroes client activity, for use in HeroStats development

Requirements

Namespace: CityOfHeroes.Scanner

Assembly: CityOfHeroes (in CityOfHeroes.dll)

See Also

IScanner Members | CityOfHeroes.Scanner Namespace