NAnt SDK Documentation - v0.85-nightly-2005-11-09

XmlLogger.GetObjectData Method 

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for M:NAnt.Core.XmlLogger.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)

See Also

XmlLogger Class | NAnt.Core Namespace