C# 클래스 Mono.Zeroconf.Providers.Avahi.TxtRecord

상속: ITxtRecord
파일 보기 프로젝트 열기: hacxman/zeroshare

공개 메소드들

메소드 설명
Add ( Mono.Zeroconf.TxtRecordItem item ) : void
Add ( string key, byte value ) : void
Add ( string key, string value ) : void
Dispose ( ) : void
Find ( string key ) : Mono.Zeroconf.TxtRecordItem
GetEnumerator ( ) : IEnumerator
GetItemAt ( int index ) : Mono.Zeroconf.TxtRecordItem
Remove ( string key ) : void
TxtRecord ( ) : System
TxtRecord ( byte data ) : System
this ( string key ) : Mono.Zeroconf.TxtRecordItem

비공개 메소드들

메소드 설명
Render ( ) : byte[][]

메소드 상세

Add() 공개 메소드

public Add ( Mono.Zeroconf.TxtRecordItem item ) : void
item Mono.Zeroconf.TxtRecordItem
리턴 void

Add() 공개 메소드

public Add ( string key, byte value ) : void
key string
value byte
리턴 void

Add() 공개 메소드

public Add ( string key, string value ) : void
key string
value string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Find() 공개 메소드

public Find ( string key ) : Mono.Zeroconf.TxtRecordItem
key string
리턴 Mono.Zeroconf.TxtRecordItem

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetItemAt() 공개 메소드

public GetItemAt ( int index ) : Mono.Zeroconf.TxtRecordItem
index int
리턴 Mono.Zeroconf.TxtRecordItem

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

TxtRecord() 공개 메소드

public TxtRecord ( ) : System
리턴 System

TxtRecord() 공개 메소드

public TxtRecord ( byte data ) : System
data byte
리턴 System

this() 공개 메소드

public this ( string key ) : Mono.Zeroconf.TxtRecordItem
key string
리턴 Mono.Zeroconf.TxtRecordItem