Click or drag to resize
XmlConfiguratonConfigure Method (String, String)
根据Xml元素配置对象信息

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void Configure(
	string configFilePath,
	string configNodeXPath
)

Parameters

configFilePath
Type: SystemString
配置文件
configNodeXPath
Type: SystemString
配置节点的 XPath 表达式
See Also