[This is preliminary documentation and is subject to change.]

Loads IndexFile object from file.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IndexFile Load(
	string file
)
Public Shared Function Load ( _
	file As String _
) As IndexFile
public:
static IndexFile^ Load(
	String^ file
)

Parameters

file
String
File path.

See Also