C# 클래스 AmandaInterface.AmandaTagParser

파일 보기 프로젝트 열기: remco138/amanda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AmandaTags List

공개 메소드들

메소드 설명
AmandaTagParser ( ) : System
GetBracketMismatch ( string code ) : int
GetTag ( int line ) : AmandaTag
LoadDB ( string file ) : void
Parse ( string code ) : void

메소드 상세

AmandaTagParser() 공개 메소드

public AmandaTagParser ( ) : System
리턴 System

GetBracketMismatch() 공개 메소드

public GetBracketMismatch ( string code ) : int
code string
리턴 int

GetTag() 공개 메소드

public GetTag ( int line ) : AmandaTag
line int
리턴 AmandaTag

LoadDB() 공개 메소드

public LoadDB ( string file ) : void
file string
리턴 void

Parse() 공개 메소드

public Parse ( string code ) : void
code string
리턴 void

프로퍼티 상세

AmandaTags 공개적으로 프로퍼티

public List AmandaTags
리턴 List