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

@__ctorGuid0() private static method

private static @__ctorGuid0 ( global @__envp, global @__class, global @__obj, global b ) : void
@__envp global
@__class global
@__obj global
b global
return void
        private static void @__ctorGuid0(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle b)
        {
            // ([B)V
            // ([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(global::net.sf.jni4net.utils.Convertor.ArrayPrimJ2Cbyte(@__env, b));
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }