HPS::OOC::File

class HPS.OOC.File : public IDisposable

The File class provides functions to import OOC files.

Public Functions

void Dispose ()
File (HPS.OOC.File in_that)

Public Static Functions

HPS.OOC.ImportNotifier Import (string in_file_name, HPS.OOC.ImportOptionsKit in_options)

Performs an asynchronous import of the specified OOC file with the provided options. May throw an IOException prior to starting the asynchronous import.

Param in_file_name

The name of the OOC file to import.

Param in_options

The options controlling the import of the OOC file.

Return

An ImportNotfier object that can be used to query the import progress and status.