简体   繁体   English

使用FitSharp是否可以从代码中访问Slim符号?

[英]Is it possible to access Slim symbols from code with FitSharp?

根据FitSharp第123期 ,不可能在2014年7月。我想知道自从那以后这是否发生了变化。

There's no way defined in the Slim protocol to do this. Slim协议中没有定义执行此操作的方法。 We'd have to inspect the parameter types to see if a method wants the Slim symbols passed to it, eg 我们必须检查参数类型以查看方法是否希望将Slim符号传递给它,例如

using fitSharp.Machine.Engine;
...
public void GetTheSymbols(Symbols symbols) { ...}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM