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

@__ctorFileStream9() private static méthode

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