C# 클래스 SharpTox.Core.ToxKey

Represents a 32 byte long tox key (either public or secret).
파일 보기 프로젝트 열기: hexafluoride/Detox 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetBytes ( ) : byte[]

Retrieves a byte array of the tox key.

GetHashCode ( ) : int
GetString ( ) : string

Retrieves a string of the tox key.

ToString ( ) : string
ToxKey ( ToxKeyType type, byte key ) : System.Linq

Initializes a new instance of the ToxKey class

ToxKey ( ToxKeyType type, string key ) : System.Linq

Initializes a new instance of the ToxKey class

operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetBytes() 공개 메소드

Retrieves a byte array of the tox key.
public GetBytes ( ) : byte[]
리턴 byte[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetString() 공개 메소드

Retrieves a string of the tox key.
public GetString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToxKey() 공개 메소드

Initializes a new instance of the ToxKey class
public ToxKey ( ToxKeyType type, byte key ) : System.Linq
type ToxKeyType
key byte
리턴 System.Linq

ToxKey() 공개 메소드

Initializes a new instance of the ToxKey class
public ToxKey ( ToxKeyType type, string key ) : System.Linq
type ToxKeyType
key string
리턴 System.Linq

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool