AVEVA CAF API Documenation

The System.Runtime.Serialization.SerializationInfo to populate with data.
The destination (see System.Runtime.Serialization.StreamingContext ) for this serialization.
GetObjectData Method (ExtCursorFileStreamer)
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Syntax
[SecurityPermission(SecurityPermissionFlag.SerializationFormatter)]
public void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)
[SecurityPermission(SecurityPermissionFlag.SerializationFormatter)]
public:
void GetObjectData( 
   SerializationInfo^ info,
   StreamingContext context
) 

Parameters

info
The System.Runtime.Serialization.SerializationInfo to populate with data.
context
The destination (see System.Runtime.Serialization.StreamingContext ) for this serialization.
Exceptions
ExceptionDescription
The caller does not have the required permission.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also