// ------------------------------------------------------------------------------ // <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 robocode.control.snapshot; @net.sf.jni4net.attributes.ClrTypeInfo public final class IDebugProperty_ { //<generated-static> private static system.Type staticType; public static system.Type typeof() { return robocode.control.snapshot.IDebugProperty_.staticType; } private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) { robocode.control.snapshot.IDebugProperty_.staticType = staticType; } //</generated-static> } //<generated-proxy> @net.sf.jni4net.attributes.ClrProxy class __IDebugProperty extends system.Object implements robocode.control.snapshot.IDebugProperty { protected __IDebugProperty(net.sf.jni4net.inj.INJEnv __env, long __handle) { super(__env, __handle); } @net.sf.jni4net.attributes.ClrMethod("()Ljava/lang/String;") public native java.lang.String getValue(); @net.sf.jni4net.attributes.ClrMethod("()Ljava/lang/String;") public native java.lang.String getKey(); } //</generated-proxy>