System.@__Delegate.CreateDelegate19 C# (CSharp) Method

CreateDelegate19() private static method

private static CreateDelegate19 ( global @__envp, global @__class, global type, global firstArgument, global method, bool throwOnBindFailure ) : global::net.sf.jni4net.utils.JniHandle
@__envp global
@__class global
type global
firstArgument global
method global
throwOnBindFailure bool
return global::net.sf.jni4net.utils.JniHandle
        private static global::net.sf.jni4net.utils.JniHandle CreateDelegate19(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle type, global::net.sf.jni4net.utils.JniLocalHandle firstArgument, global::net.sf.jni4net.utils.JniLocalHandle method, bool throwOnBindFailure)
        {
            // (Lsystem/Type;Lsystem/Object;Lsystem/reflection/MethodInfo;Z)Lsystem/Delegate;
            // (LSystem/Type;LSystem/Object;LSystem/Reflection/MethodInfo;Z)LSystem/Delegate;
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            global::net.sf.jni4net.utils.JniHandle @__return = default(global::net.sf.jni4net.utils.JniHandle);
            try {
            @__return = global::net.sf.jni4net.utils.Convertor.StrongC2Jp<global::System.Delegate>(@__env, global::System.Delegate.CreateDelegate(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Type>(@__env, type), global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, firstArgument), global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Reflection.MethodInfo>(@__env, method), throwOnBindFailure));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }