C# Class net.sf.jni4net.tested.@__TestDelegate

Inheritance: global::java.lang.Object
Afficher le fichier Open project: Mazrick/jni4net

Méthodes publiques

Méthode Description
BeginInvoke ( int i, string s, global callback, object @object ) : global::System.IAsyncResult
EndInvoke ( global result ) : object
Invoke ( int i, string s ) : object

Private Methods

Méthode Description
@__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List
@__TestDelegate ( global @__env )
BeginInvoke1 ( global @__envp, global @__obj, int i, global s, global callback, global @object ) : global::net.sf.jni4net.utils.JniHandle
EndInvoke2 ( global @__envp, global @__obj, global result ) : global::net.sf.jni4net.utils.JniHandle
InitJNI ( global @__env, java @__class ) : void
Invoke0 ( global @__envp, global @__obj, int i, global s ) : global::net.sf.jni4net.utils.JniHandle

Method Details

BeginInvoke() public méthode

public BeginInvoke ( int i, string s, global callback, object @object ) : global::System.IAsyncResult
i int
s string
callback global
@object object
Résultat global::System.IAsyncResult

EndInvoke() public méthode

public EndInvoke ( global result ) : object
result global
Résultat object

Invoke() public méthode

public Invoke ( int i, string s ) : object
i int
s string
Résultat object