HeroStats Libraries
StatsEngine Class

[This is preliminary documentation and subject to change.]

The basis of the statistical engine in HeroStats. The StatsEngine object stores all the details of the statistics that have been generated online, including the messages that come from the City of Heroes client.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         HeroStats.StatsEngine.StatsEngine

[Visual Basic]
<DefaultMember(MemberName:="Item", TypeId:=System.Reflection.DefaultMemberAttribute), _  DesignerCategory(Category:="Component", TypeId:=System.ComponentModel.DesignerCategoryAttributeComponent)>
Public Class StatsEngine
    Inherits Component
[C#]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
[DesignerCategory(Category="Component", TypeId=System.ComponentModel.DesignerCategoryAttributeComponent)]
public class StatsEngine : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are not guaranteed to be safe for multithreaded operations. Instance members are thread-safe.

Requirements

Namespace: HeroStats.StatsEngine

Assembly: StatsEngine (in StatsEngine.dll)

See Also

StatsEngine Members | HeroStats.StatsEngine Namespace