System.Reflection.@__MethodBase.GetMethodFromHandle20 C# (CSharp) Method

GetMethodFromHandle20() private static method

private static GetMethodFromHandle20 ( global @__envp, global @__class, global handle ) : global::net.sf.jni4net.utils.JniHandle
@__envp global
@__class global
handle global
return global::net.sf.jni4net.utils.JniHandle
        private static global::net.sf.jni4net.utils.JniHandle GetMethodFromHandle20(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle handle)
        {
            // (Lsystem/ValueType;)Lsystem/reflection/MethodBase;
            // (LSystem/RuntimeMethodHandle;)LSystem/Reflection/MethodBase;
            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.Reflection.MethodBase>(@__env, global::System.Reflection.MethodBase.GetMethodFromHandle(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.RuntimeMethodHandle>(@__env, handle)));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }