ICustomPluginCommand Method |
执行命令
Namespace: X3Platform.PluginsAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxint Command(
Hashtable agrs
)
int Command(
Hashtable^ agrs
)
Parameters
- agrs
- Type: System.CollectionsHashtable
[Missing <param name="agrs"/> documentation for "M:X3Platform.Plugins.ICustomPlugin.Command(System.Collections.Hashtable)"]
Return Value
Type:
Int32返回信息. =0代表执行成功, >0代表执行失败.
See Also