Managed Syslog Server Class Library Reference

AssemblySectionHandler.Create Method 

構成セクションを読み取りその結果を AssemblyEntryCollection として返します。

[Visual Basic]
NotOverridable Public Function Create( _
   ByVal parent As Object, _
   ByVal configContext As Object, _
   ByVal section As XmlNode _
) As Object Implements _
   IConfigurationSectionHandler.Create
[C#]
public object Create(
   object parent,
   object configContext,
   XmlNode section
);

Parameters

parent
assembly 構成セクションの親セクション。
configContext
予約パラメータ。 null 参照です。
section
処理する構成セクションを格納している XmlNode

Return Value

構成セクションにリストされたアセンブリを表した AssemblyEntryCollection

Implements

IConfigurationSectionHandler.Create

See Also

AssemblySectionHandler Class | Syslog.Config.SectionHandler Namespace