HeroStats Libraries
StatsEngine.Load Method 

[This is preliminary documentation and subject to change.]

Loads a file into the chat message datatable. Does not update the summarized statistics, since this is best done upstream at the caller ... there may be more than one file being loaded, and it would be a duplication of effort to create the statistics before all files are in.

[Visual Basic]
Public Function Load( _
   ByVal fname As String, _
   ByVal merge As Boolean _
) As Boolean
[C#]
public bool Load(
   string fname,
   bool merge
);

Parameters

fname
Filename to load
merge
If true, file should be merged with messages already in memory

Return Value

true if a recalculation should be done, false otherwise

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace