Ejemplo n.º 1
0
        static MetacallTest()
        {
            var metacall = new MetacallCsPort.Metacall();

            metacall.LoadScriptFromFile("py", "example.py").Should().BeTrue();
            metacall.LoadScriptFromFile("cs", "hello.cs").Should().BeTrue();
        }
Ejemplo n.º 2
0
 public Function(Metacall metacall, IntPtr pointer)
 {
     this.Pointer  = pointer;
     this.metacall = metacall;
 }