System.IO.@__FileStream.@__ctorFileStream7 C# (CSharp) Méthode

@__ctorFileStream7() private static méthode

private static @__ctorFileStream7 ( global @__envp, global @__class, global @__obj, global handle, global access ) : void
@__envp global
@__class global
@__obj global
handle global
access global
Résultat void
        private static void @__ctorFileStream7(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::System.IntPtr handle, global::net.sf.jni4net.utils.JniLocalHandle access)
        {
            // (JLsystem/Enum;)V
            // (LSystem/IntPtr;LSystem/IO/FileAccess;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.IO.FileStream @__real = new global::System.IO.FileStream(handle, global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.IO.FileAccess>(@__env, access));
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }