HeroStats Libraries
StatsEngine Class

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
   MarshalByRefObject
      Component
         StatsEngine

[Visual Basic]
<DefaultMember(MemberName:="Item", TypeId:=System.Reflection.DefaultMemberAttribute), _  DesignerCategory(Category:="Component", TypeId:=System.ComponentModel.DesignerCategoryAttributeComponent)>
Public Class StatsEngine
    Inherits 
[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