C# 클래스 Granados.X11.XauthorityParser

.Xauthority file parser
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
FindBest ( string xauthFile, int display ) : XauthorityEntry

Find an entry which is most matched to the display number and the connection type.

XauthorityParser ( ) : System

Constructor

비공개 메소드들

메소드 설명
ReadBytes ( Stream fs, int maxLength, byte &val ) : bool
ReadEntries ( string xauthFile ) : Granados.X11.XauthorityEntry[]
ReadNumber ( Stream fs, int maxLength, int &val ) : bool
ReadString ( Stream fs, int maxLength, string &val ) : bool
ReadUInt16BE ( Stream fs, ushort &val ) : bool

메소드 상세

FindBest() 공개 메소드

Find an entry which is most matched to the display number and the connection type.
public FindBest ( string xauthFile, int display ) : XauthorityEntry
xauthFile string path to the .Xauthority file
display int display number
리턴 XauthorityEntry

XauthorityParser() 공개 메소드

Constructor
public XauthorityParser ( ) : System
리턴 System