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

GetTypeInfoCount3() private static method

private static GetTypeInfoCount3 ( global @__envp, global @__obj, global pcTInfo ) : void
@__envp global
@__obj global
pcTInfo global
return void
        private static void GetTypeInfoCount3(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle pcTInfo)
        {
            // (Lnet/sf/jni4net/Out;)V
            // (LSystem/UInt32;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            uint @__out_pcTInfo;
            global::System.Reflection.ParameterInfo @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Reflection.ParameterInfo>(@__env, @__obj);
            ((global::System.Runtime.InteropServices._ParameterInfo)(@__real)).GetTypeInfoCount(out __out_pcTInfo);
            net.sf.jni4net.Out.SetValue<uint>(@__env, pcTInfo, @__out_pcTInfo);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }