NAnt SDK Documentation - v0.92

XmlLogger.GetObjectData Method 

Populates info with the data needed to serialize the XmlLogger instance.

[Visual Basic]
NotOverridable Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) _
    Implements ISerializable.GetObjectData
[C#]
public void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo to populate with data.
context
The destination for this serialization.

Implements

ISerializable.GetObjectData

See Also

XmlLogger Class | NAnt.Core Namespace