Click or drag to resize
ICustomPluginCommand Method
执行命令

Namespace: X3Platform.Plugins
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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