More...

Inheritance diagram for HPS.OOC.File:

Public Member Functions

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

Static Public Member Functions

static 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. More...
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The File class provides functions to import OOC files.

Member Function Documentation

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

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

Parameters
in_file_nameThe name of the OOC file to import.
in_optionsThe options controlling the import of the OOC file.
Returns
    An ImportNotfier object that can be used to query the import progress and status.

The documentation for this class was generated from the following file:
  • internals/hps_sprk_ooc/source/cs/HPS.OOC.cs