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

@__ctorFileStream8() private static méthode

private static @__ctorFileStream8 ( global @__envp, global @__class, global @__obj, global handle, global access, bool ownsHandle ) : void
@__envp global
@__class global
@__obj global
handle global
access global
ownsHandle bool
Résultat void
        private static void @__ctorFileStream8(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, bool ownsHandle)
        {
            // (JLsystem/Enum;Z)V
            // (LSystem/IntPtr;LSystem/IO/FileAccess;Z)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), ownsHandle);
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }