Load Method

MCManager API

Loads the resource XML file.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public void Load(
	string xml_file
)
Visual Basic (Declaration)
Public Sub Load ( _
	xml_file As String _
)
Visual C++
public:
void Load(
	String^ xml_file
)

Parameters

xml_file
Type: System..::.String

[Missing <param name="xml_file"/> documentation for "M:Moxiecode.Manager.Utils.ClientResources.Load(System.String)"]

See Also