System.@__Console.NumberLock48 C# (CSharp) Méthode

NumberLock48() private static méthode

private static NumberLock48 ( global @__envp, global @__class ) : bool
@__envp global
@__class global
Résultat bool
        private static bool NumberLock48(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.Console.NumberLock));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }