Click or drag to resize

SharedObjRefGetObjectData Method

Populates a specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the current System.Runtime.Remoting.ObjRef instance.

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The System.Runtime.Serialization.SerializationInfo to populate with data.
context
Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination of the serialization.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also