C# Класс Granados.X11.XauthorityParser

.Xauthority file parser
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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