Méthode | Description | |
---|---|---|
CloseFiles ( ) : void |
Closes all COMTRADE data file streams.
|
|
Dispose ( ) : void |
Releases all the resources used by the Parser object.
|
|
OpenFiles ( ) : void |
Opens all COMTRADE data file streams.
|
|
Parser ( ) : System |
Creates a new instance of the COMTRADE Parser.
|
|
ReadNext ( ) : bool |
Reads next COMTRADE record.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the Parser object and optionally releases the managed resources.
|
Méthode | Description | |
---|---|---|
ReadNextAscii ( ) : bool | ||
ReadNextBinary ( ) : bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Résultat | void |