System.@__Type.GetType98 C# (CSharp) Method

GetType98() private static method

private static GetType98 ( global @__envp, global @__class, global typeName, bool throwOnError ) : global::net.sf.jni4net.utils.JniHandle
@__envp global
@__class global
typeName global
throwOnError bool
return global::net.sf.jni4net.utils.JniHandle
        private static global::net.sf.jni4net.utils.JniHandle GetType98(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle typeName, bool throwOnError)
        {
            // (Ljava/lang/String;Z)Lsystem/Type;
            // (LSystem/String;Z)LSystem/Type;
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            global::net.sf.jni4net.utils.JniHandle @__return = default(global::net.sf.jni4net.utils.JniHandle);
            try {
            @__return = global::net.sf.jni4net.utils.Convertor.StrongC2Jp<global::System.Type>(@__env, global::System.Type.GetType(global::net.sf.jni4net.utils.Convertor.StrongJ2CString(@__env, typeName), throwOnError));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }
@__Type