static IntPtr n_NormalizedProfile_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { global::BE.Abeel.Bioinformatics.Dnaproperties.DNAProperty __this = global::Java.Lang.Object.GetObject <global::BE.Abeel.Bioinformatics.Dnaproperties.DNAProperty> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); string p0 = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer); IntPtr __ret = JNIEnv.NewArray(__this.NormalizedProfile(p0)); return(__ret); }