Managed Syslog Server Class Library Reference

AssemblyEntryCollection Constructor (SerializationInfo, StreamingContext)

指定した SerializationInfoStreamingContext でシリアルかできる空の AssemblyEntryCollection を作成します。

[Visual Basic]
Overloads Public Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
public AssemblyEntryCollection(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
AssemblyEntryCollection をシリアル化するために必要な情報を格納している SerializationInfo
context
AssemblyEntryCollection に関連付けられているシリアル化ストリームのソースおよびデスティネーションを格納している StreamingContext

See Also

AssemblyEntryCollection Class | Syslog.Config Namespace | AssemblyEntryCollection Constructor Overload List