Exemple #1
0
 public JSession(string[] jOptions)
 {
     this._disposed     = false;
     this._jOptions     = jOptions;
     this._callbacks    = new IntPtr[5];
     this._callbacks[0] = this._callbacks[1] = this._callbacks[2] = this._callbacks[3] = this._callbacks[4] = IntPtr.Zero;
     this._jt           = JInit(); // might throw exception
     this.JeFirst();
 }
Exemple #2
0
 public static extern IntPtr GetProcAddress(JtHandle hModule,
                                            String procname);