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

The IMapImporter type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Claims(String)
Allows validating the map format while using minimal resources.
ClaimsName(String)
Returns true if the file name (or directory name) matches this format's expectations.
Load(String)
Fully loads map from specified location. Throws MapFormatException on failure.
LoadHeader(String)
Attempts to load map dimensions from specified location. Throws MapFormatException on failure.

See Also