定义通过代码段编译并运行的类要实现的接口。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
public interface IRun |
备注
如果想直接编译并运行指定的代码,用户需要实现该接口。在代码运行的时候,内部将会查找第一个实现了 IRun 接口的类,然后调用其 Run() 方法。
C# |
---|
public interface IRun |
如果想直接编译并运行指定的代码,用户需要实现该接口。在代码运行的时候,内部将会查找第一个实现了 IRun 接口的类,然后调用其 Run() 方法。