C# 클래스 GSF.COMTRADE.Parser

COMTRADE data file(s) parser.
상속: IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the Parser object and optionally releases the managed resources.

비공개 메소드들

메소드 설명
ReadNextAscii ( ) : bool
ReadNextBinary ( ) : bool

메소드 상세

CloseFiles() 공개 메소드

Closes all COMTRADE data file streams.
public CloseFiles ( ) : void
리턴 void

Dispose() 공개 메소드

Releases all the resources used by the Parser object.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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.
리턴 void

OpenFiles() 공개 메소드

Opens all COMTRADE data file streams.
public OpenFiles ( ) : void
리턴 void

Parser() 공개 메소드

Creates a new instance of the COMTRADE Parser.
public Parser ( ) : System
리턴 System

ReadNext() 공개 메소드

Reads next COMTRADE record.
public ReadNext ( ) : bool
리턴 bool