NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISerializable.GetObjectData

Returns a SerializationInfo completely populated with all of the data needed to serialize the target object.

[Visual Basic]
Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);
[C++]
void GetObjectData(
   SerializationInfo* info,
   StreamingContext context
) = 0;
[JScript]
function GetObjectData(
   info : SerializationInfo,
   context : StreamingContext
);

Parameters

info
[To be supplied.]
context
[To be supplied.]

See Also

ISerializable Interface | ISerializable Members | System.Runtime.Serialization Namespace | StreamingContext