C# Class TestMode.MainClass

ファイルを表示 Open project: CodersCommunity/csharp-materialy

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Func() public static method

public static Func ( ) : void
return void

Func() public static method

public static Func ( char d ) : void
d char
return void

Func() public static method

public static Func ( string q ) : void
q string
return void

Receive() public static method

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

Send() public static method

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

function() public static method

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

function() public static method

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