HeroStats Libraries
HeroConfiguration.CreateHeroConfiguration Method (String)

[This is preliminary documentation and subject to change.]

Creates a HeroConfiguration object from a previously-serialized object.

[Visual Basic]
Overloads Public Shared Function CreateHeroConfiguration( _
   ByVal xmlFilename As String _
) As HeroConfiguration
[C#]
public static HeroConfiguration CreateHeroConfiguration(
   string xmlFilename
);

Parameters

xmlFilename
The name of the file containing the serialized HeroConfiguration object

Return Value

A new HeroConfiguration object initialized with the data in the file

See Also

HeroConfiguration Class | HeroStats.StatsEngine Namespace | HeroConfiguration.CreateHeroConfiguration Overload List