Elisy .Net Bridge v.2.2 has been released and contains two implemented features:

Elisy .Net Bridge supports IntPtr type.
For example the following code is correct now:
wih = net.New("System.Windows.Interop.WindowInteropHelper", window);
wih.Owner = net.CallStatic("System.Diagnostics.Process", "GetCurrentProcess").MainWindowHandle;

Advanced type creation:

Now Elisy .Net Bridge supports advanced types like nested types. For example string "System.Environment+SpecialFolder" is available in New method. Please see Type::GetType Method in MSDN for more information.

Elisy.NetBridge-2.2.zip (55.42 kb)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5