PolyLink
A library to allow manipulation of geometry from within Mathematica
 All Classes Namespaces Files Functions Variables Properties
IKernelDispatch.cs
Go to the documentation of this file.
1 using Wolfram.NETLink;
2 
3 namespace PolyLink
4 {
8  public interface IKernelDispatch
9  {
10  IKernelLink Kernel { get; }
11  IKernelOperation this[string s] { get; }
12  }
13 }