HeroStats Libraries
ChatMessage.Expression Members

ChatMessage.Expression overview

Public Static (Shared) Methods

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.

Public Instance Constructors

ChatMessage.Expression Constructor Creates an expression to parse a chat mesasge.

Public Instance Fields

Category The HeroStats category that this expression relates to
Pattern The string, from ChatMessageRegexs.dat, that was used to create the regular expression
Regex The regular expression object created from RegexString
RegexString The regular expression string that will be used to match chat messages
Variables Name-value pairs of matches. Names are taken from RegexString captures.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode Creates and returns a hash value for this type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Obtains a string representation of the current instance.

See Also

ChatMessage.Expression Class | CityOfHeroes Namespace