System.Reflection.@__ParameterInfo.Invoke6 C# (CSharp) Method

Invoke6() private static method

private static Invoke6 ( global @__envp, global @__obj, uint dispIdMember, global riid, uint lcid, short wFlags, global pDispParams, global pVarResult, global pExcepInfo, global puArgErr ) : void
@__envp global
@__obj global
dispIdMember uint
riid global
lcid uint
wFlags short
pDispParams global
pVarResult global
pExcepInfo global
puArgErr global
return void
        private static void Invoke6(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, uint dispIdMember, global::net.sf.jni4net.utils.JniLocalHandle riid, uint lcid, short wFlags, global::System.IntPtr pDispParams, global::System.IntPtr pVarResult, global::System.IntPtr pExcepInfo, global::System.IntPtr puArgErr)
        {
            // (ILnet/sf/jni4net/Ref;ISJJJJ)V
            // (LSystem/UInt32;LSystem/Guid;LSystem/UInt32;SLSystem/IntPtr;LSystem/IntPtr;LSystem/IntPtr;LSystem/IntPtr;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Guid @__ref_riid = net.sf.jni4net.Ref.GetValue<global::System.Guid>(@__env, riid);
            global::System.Reflection.ParameterInfo @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Reflection.ParameterInfo>(@__env, @__obj);
            ((global::System.Runtime.InteropServices._ParameterInfo)(@__real)).Invoke(dispIdMember, ref __ref_riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
            net.sf.jni4net.Ref.SetValue<global::System.Guid>(@__env, riid, @__ref_riid);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }