C# 클래스 net.sf.jni4net.tested.StaticMethods

파일 보기 프로젝트 열기: Mazrick/jni4net

공개 프로퍼티들

프로퍼티 타입 설명
fcePtr TestDelegate

Private Properties

프로퍼티 타입 설명
C2J JDdd
J2C TestDelegate
TestDelegateImpl object

공개 메소드들

메소드 설명
TestOutParam ( int &num ) : void
TestOutParamS ( java.lang.String &text ) : void
TestRefParam ( int &num ) : int
TestRefParamBa ( byte &text, int a, char f ) : void
TestRefParamPa ( char &text ) : void
TestRefParamS ( java.lang.String &text ) : void
TestRefParamSa ( java.lang.String &text ) : void
add ( int a, int b ) : int

비공개 메소드들

메소드 설명
C2J ( TestDelegate d ) : JDdd
J2C ( JDdd i ) : TestDelegate
TestDelegateImpl ( int i, java.lang.String s ) : object

메소드 상세

TestOutParam() 공개 정적인 메소드

public static TestOutParam ( int &num ) : void
num int
리턴 void

TestOutParamS() 공개 정적인 메소드

public static TestOutParamS ( java.lang.String &text ) : void
text java.lang.String
리턴 void

TestRefParam() 공개 정적인 메소드

public static TestRefParam ( int &num ) : int
num int
리턴 int

TestRefParamBa() 공개 정적인 메소드

public static TestRefParamBa ( byte &text, int a, char f ) : void
text byte
a int
f char
리턴 void

TestRefParamPa() 공개 정적인 메소드

public static TestRefParamPa ( char &text ) : void
text char
리턴 void

TestRefParamS() 공개 정적인 메소드

public static TestRefParamS ( java.lang.String &text ) : void
text java.lang.String
리턴 void

TestRefParamSa() 공개 정적인 메소드

public static TestRefParamSa ( java.lang.String &text ) : void
text java.lang.String
리턴 void

add() 공개 정적인 메소드

public static add ( int a, int b ) : int
a int
b int
리턴 int

프로퍼티 상세

fcePtr 공개적으로 프로퍼티

public TestDelegate fcePtr
리턴 TestDelegate