C# Class Granados.X11.XauthorityEntry

Entry in the .Xauthority file.
Mostra file Open project: poderosaproject/poderosa Class Usage Examples

Public Properties

Property Type Description
Address string
Data byte[]
Family ushort
Name string
Number int

Public Methods

Method Description
XauthorityEntry ( ushort family, string address, int number, string name, byte data ) : System

Method Details

XauthorityEntry() public method

public XauthorityEntry ( ushort family, string address, int number, string name, byte data ) : System
family ushort
address string
number int
name string
data byte
return System

Property Details

Address public_oe property

public string Address
return string

Data public_oe property

public byte[] Data
return byte[]

Family public_oe property

public ushort Family
return ushort

Name public_oe property

public string Name
return string

Number public_oe property

public int Number
return int