The methods of the SimulateScanner class are listed below. For a complete list of SimulateScanner class members, see the SimulateScanner Members topic.
![]() Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
![]() ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DoFrame | Technically, this is where the scanner should be doing its work, but the simulator follows a different paradigm, and all the work is done in the FireXXXEvent calls |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FireChatMessageEvent | Propagates the OnChatMessage event to listeners |
FireHeroLoginEvent | Propagates the OnHeroLogin event to listeners |
FireHeroLogoutEvent | Propagates the OnHeroLogout event to listeners |
FireScanningErrorEvent | Propagates the OnScanningError event to listeners |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService | Informs the remoting infrastructure that this object should live forever. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
SimulateScanner Class | CityOfHeroes.Scanner Namespace