C# 클래스 Co3164DynamicInvoke, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Main ( String args ) : void
returnModuloFirstSecond ( int p_i4top, int p_i4bottom ) : int
returnModuloFirstSecond_static ( int p_i4top, int p_i4bottom ) : int
return_Boolean_Boolean ( Boolean p_1 ) : Boolean
return_Boolean_Boolean_static ( Boolean p_1 ) : Boolean
return_Byte_Byte ( Byte p_1 ) : Byte
return_Byte_Byte_static ( Byte p_1 ) : Byte
return_String_String ( String p_str1 ) : String
return_String_String_static ( String p_str1 ) : String
return_char_char ( char p_1 ) : char
return_char_char_static ( char p_1 ) : char
return_double_double ( double p_1 ) : double
return_double_double_static ( double p_1 ) : double
return_float_float ( float p_1 ) : float
return_float_float_static ( float p_1 ) : float
return_long_long ( long p_1 ) : long
return_long_long_static ( long p_1 ) : long
return_void_void ( ) : void
return_void_void_static ( ) : void
runTest ( ) : Boolean
throw_exception ( ) : void
throw_exception_static ( ) : void

비공개 메소드들

메소드 설명
print ( String error ) : void
return_short_short ( short p_1 ) : short
return_short_short_static ( short p_1 ) : short

메소드 상세

Main() 공개 정적인 메소드

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

returnModuloFirstSecond() 공개 메소드

public returnModuloFirstSecond ( int p_i4top, int p_i4bottom ) : int
p_i4top int
p_i4bottom int
리턴 int

returnModuloFirstSecond_static() 공개 정적인 메소드

public static returnModuloFirstSecond_static ( int p_i4top, int p_i4bottom ) : int
p_i4top int
p_i4bottom int
리턴 int

return_Boolean_Boolean() 공개 메소드

public return_Boolean_Boolean ( Boolean p_1 ) : Boolean
p_1 Boolean
리턴 Boolean

return_Boolean_Boolean_static() 공개 정적인 메소드

public static return_Boolean_Boolean_static ( Boolean p_1 ) : Boolean
p_1 Boolean
리턴 Boolean

return_Byte_Byte() 공개 메소드

public return_Byte_Byte ( Byte p_1 ) : Byte
p_1 Byte
리턴 Byte

return_Byte_Byte_static() 공개 정적인 메소드

public static return_Byte_Byte_static ( Byte p_1 ) : Byte
p_1 Byte
리턴 Byte

return_String_String() 공개 메소드

public return_String_String ( String p_str1 ) : String
p_str1 String
리턴 String

return_String_String_static() 공개 정적인 메소드

public static return_String_String_static ( String p_str1 ) : String
p_str1 String
리턴 String

return_char_char() 공개 메소드

public return_char_char ( char p_1 ) : char
p_1 char
리턴 char

return_char_char_static() 공개 정적인 메소드

public static return_char_char_static ( char p_1 ) : char
p_1 char
리턴 char

return_double_double() 공개 메소드

public return_double_double ( double p_1 ) : double
p_1 double
리턴 double

return_double_double_static() 공개 정적인 메소드

public static return_double_double_static ( double p_1 ) : double
p_1 double
리턴 double

return_float_float() 공개 메소드

public return_float_float ( float p_1 ) : float
p_1 float
리턴 float

return_float_float_static() 공개 정적인 메소드

public static return_float_float_static ( float p_1 ) : float
p_1 float
리턴 float

return_long_long() 공개 메소드

public return_long_long ( long p_1 ) : long
p_1 long
리턴 long

return_long_long_static() 공개 정적인 메소드

public static return_long_long_static ( long p_1 ) : long
p_1 long
리턴 long

return_void_void() 공개 메소드

public return_void_void ( ) : void
리턴 void

return_void_void_static() 공개 정적인 메소드

public static return_void_void_static ( ) : void
리턴 void

runTest() 공개 메소드

public runTest ( ) : Boolean
리턴 Boolean

throw_exception() 공개 메소드

public throw_exception ( ) : void
리턴 void

throw_exception_static() 공개 정적인 메소드

public static throw_exception_static ( ) : void
리턴 void