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

@__ctorGuid1() private static method

private static @__ctorGuid1 ( global @__envp, global @__class, global @__obj, uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k ) : void
@__envp global
@__class global
@__obj global
a uint
b ushort
c ushort
d byte
e byte
f byte
g byte
h byte
i byte
j byte
k byte
return void
        private static void @__ctorGuid1(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle @__obj, uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k)
        {
            // (ISSBBBBBBBB)V
            // (LSystem/UInt32;LSystem/UInt16;LSystem/UInt16;BBBBBBBB)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, d, e, f, g, h, i, j, k);
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }