HeroStats Libraries
GlobalConfiguration.CreateGlobalConfiguration Method (String)

[This is preliminary documentation and subject to change.]

Creates a GlobalConfiguration object from a previously-serialized object.

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

Parameters

xmlFilename
The name of the file containing the serialized GlobalConfiguration object

Return Value

A new GlobalConfiguration object initialized with the data in the file

See Also

GlobalConfiguration Class | HeroStats.StatsEngine Namespace | GlobalConfiguration.CreateGlobalConfiguration Overload List