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

Afficher le fichier Open project: Mazrick/jni4net

Méthodes publiques

Свойство Type Description
fcePtr TestDelegate

Private Properties

Свойство Type Description
C2J JDdd
J2C TestDelegate
TestDelegateImpl object

Méthodes publiques

Méthode 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

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

Method Details

TestOutParam() public static méthode

public static TestOutParam ( int &num ) : void
num int
Résultat void

TestOutParamS() public static méthode

public static TestOutParamS ( java.lang.String &text ) : void
text java.lang.String
Résultat void

TestRefParam() public static méthode

public static TestRefParam ( int &num ) : int
num int
Résultat int

TestRefParamBa() public static méthode

public static TestRefParamBa ( byte &text, int a, char f ) : void
text byte
a int
f char
Résultat void

TestRefParamPa() public static méthode

public static TestRefParamPa ( char &text ) : void
text char
Résultat void

TestRefParamS() public static méthode

public static TestRefParamS ( java.lang.String &text ) : void
text java.lang.String
Résultat void

TestRefParamSa() public static méthode

public static TestRefParamSa ( java.lang.String &text ) : void
text java.lang.String
Résultat void

add() public static méthode

public static add ( int a, int b ) : int
a int
b int
Résultat int

Property Details

fcePtr public_oe property

public TestDelegate fcePtr
Résultat TestDelegate