C# 클래스 Granados.X11.XauthorityEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
Address string
Data byte[]
Family ushort
Name string
Number int

공개 메소드들

메소드 설명
XauthorityEntry ( ushort family, string address, int number, string name, byte data ) : System

메소드 상세

XauthorityEntry() 공개 메소드

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

프로퍼티 상세

Address 공개적으로 프로퍼티

public string Address
리턴 string

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Family 공개적으로 프로퍼티

public ushort Family
리턴 ushort

Name 공개적으로 프로퍼티

public string Name
리턴 string

Number 공개적으로 프로퍼티

public int Number
리턴 int