C# 클래스 TestMode.MainClass

파일 보기 프로젝트 열기: CodersCommunity/csharp-materialy

공개 메소드들

메소드 설명
Func ( ) : void
Func ( char d ) : void
Func ( string q ) : void
Receive ( Socket sk ) : string
Send ( string message, Socket sk ) : void
function ( string kl, int x ) : void
function ( string arg, string arg2, int x, int y ) : void

비공개 메소드들

메소드 설명
ArrayByteToObject ( byte Byte ) : object
Callback ( IAsyncResult IR ) : void
Fun ( ) : void
Fun ( string Argument, string Argument2 ) : void
Main ( ) : void
ObjectToArrayByte ( object ob ) : byte[]
a ( int x ) : int
b ( double xlay ) : double
cd ( int x ) : int
cza ( ) : char
func ( ) : int
func ( int x ) : void
function ( ) : void

메소드 상세

Func() 공개 정적인 메소드

public static Func ( ) : void
리턴 void

Func() 공개 정적인 메소드

public static Func ( char d ) : void
d char
리턴 void

Func() 공개 정적인 메소드

public static Func ( string q ) : void
q string
리턴 void

Receive() 공개 정적인 메소드

public static Receive ( Socket sk ) : string
sk System.Net.Sockets.Socket
리턴 string

Send() 공개 정적인 메소드

public static Send ( string message, Socket sk ) : void
message string
sk System.Net.Sockets.Socket
리턴 void

function() 공개 정적인 메소드

public static function ( string kl, int x ) : void
kl string
x int
리턴 void

function() 공개 정적인 메소드

public static function ( string arg, string arg2, int x, int y ) : void
arg string
arg2 string
x int
y int
리턴 void