Method | Description | |
---|---|---|
CloseFiles ( ) : void |
Closes all EMAX data file streams.
|
|
CorrectiveParser ( ) : System |
Creates a new instance of the CorrectiveParser class.
|
|
Dispose ( ) : void |
Releases all the resources used by the Parser object.
|
|
OpenFiles ( ) : void |
Opens all EMAX data file streams.
|
|
ReadNext ( ) : bool |
Reads next EMAX record.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the Parser object and optionally releases the managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |