System.@__Guid.@__ctorGuid3 C# (CSharp) Method

@__ctorGuid3() private static method

private static @__ctorGuid3 ( global @__envp, global @__class, global @__obj, int a, short b, short c, global d ) : void
@__envp global
@__class global
@__obj global
a int
b short
c short
d global
return void
        private static void @__ctorGuid3(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle @__obj, int a, short b, short c, global::net.sf.jni4net.utils.JniLocalHandle d)
        {
            // (ISS[B)V
            // (ISS[B)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Guid @__real = new global::System.Guid(a, b, c, global::net.sf.jni4net.utils.Convertor.ArrayPrimJ2Cbyte(@__env, d));
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }