Click or drag to resize
KernelConfigurationSectionHandlerCreate Method
创建一个 KernelConfiguration 类的实例.

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: SystemObject

[Missing <param name="parent"/> documentation for "M:X3Platform.Configuration.KernelConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)"]

configContext
Type: SystemObject

[Missing <param name="configContext"/> documentation for "M:X3Platform.Configuration.KernelConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)"]

section
Type: System.XmlXmlNode

[Missing <param name="section"/> documentation for "M:X3Platform.Configuration.KernelConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)"]

Return Value

Type: Object
一个 KernelConfiguration 类的实例.

Implements

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
Remarks
Uses XML Serialization to deserialize the XML in the web.config file into an KernelConfiguration instance.
See Also