// ------------------------------------------------------------------------------ // <autogenerated> // This code was generated by jni4net. See http://jni4net.sourceforge.net/ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </autogenerated> // ------------------------------------------------------------------------------ package net.sf.robocode.manager; @net.sf.jni4net.attributes.ClrTypeInfo public final class IVersionManagerBase_ { //<generated-static> private static system.Type staticType; public static system.Type typeof() { return net.sf.robocode.manager.IVersionManagerBase_.staticType; } private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) { net.sf.robocode.manager.IVersionManagerBase_.staticType = staticType; } //</generated-static> } //<generated-proxy> @net.sf.jni4net.attributes.ClrProxy class __IVersionManagerBase extends system.Object implements net.sf.robocode.manager.IVersionManagerBase { protected __IVersionManagerBase(net.sf.jni4net.inj.INJEnv __env, long __handle) { super(__env, __handle); } @net.sf.jni4net.attributes.ClrMethod("()Ljava/lang/String;") public native java.lang.String getVersion(); @net.sf.jni4net.attributes.ClrMethod("()I") public native int getVersionAsInt(); @net.sf.jni4net.attributes.ClrMethod("()Ljava/lang/String;") public native java.lang.String getVersionN(); @net.sf.jni4net.attributes.ClrMethod("()Z") public native boolean isLastRunVersionChanged(); } //</generated-proxy>