C# Class net.sf.jni4net.tested.StaticMethods

Show file Open project: Mazrick/jni4net

Public Properties

Property Type Description
fcePtr TestDelegate

Private Properties

Property Type Description
C2J JDdd
J2C TestDelegate
TestDelegateImpl object

Public Methods

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

Private Methods

Method Description
C2J ( TestDelegate d ) : JDdd
J2C ( JDdd i ) : TestDelegate
TestDelegateImpl ( int i, java.lang.String s ) : object

Method Details

TestOutParam() public static method

public static TestOutParam ( int &num ) : void
num int
return void

TestOutParamS() public static method

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

TestRefParam() public static method

public static TestRefParam ( int &num ) : int
num int
return int

TestRefParamBa() public static method

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

TestRefParamPa() public static method

public static TestRefParamPa ( char &text ) : void
text char
return void

TestRefParamS() public static method

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

TestRefParamSa() public static method

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

add() public static method

public static add ( int a, int b ) : int
a int
b int
return int

Property Details

fcePtr public property

public TestDelegate fcePtr
return TestDelegate