System.@__Environment.UserInteractive27 C# (CSharp) Метод

UserInteractive27() приватный статический Метод

private static UserInteractive27 ( global @__envp, global @__class ) : bool
@__envp global
@__class global
Результат bool
        private static bool UserInteractive27(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class)
        {
            // ()Z
            // ()Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            @__return = ((bool)(global::System.Environment.UserInteractive));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }