C# 클래스 Scalien.Test

파일 보기 프로젝트 열기: scalien/scaliendb

공개 메소드들

메소드 설명
Main ( string args ) : void
StringToByteArray ( string str ) : byte[]
ThreadFunc ( ) : void

비공개 메소드들

메소드 설명
ByteArrayToString ( byte data ) : string

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

StringToByteArray() 공개 정적인 메소드

public static StringToByteArray ( string str ) : byte[]
str string
리턴 byte[]

ThreadFunc() 공개 정적인 메소드

public static ThreadFunc ( ) : void
리턴 void