NameObjectCollectionBase.GetObjectData Method
.NET Framework 3.0
Implements the ISerializable interface and returns the data needed to serialize the NameObjectCollectionBase instance.
Namespace: System.Collections.Specialized
Assembly: System (in system.dll)
Assembly: System (in system.dll)
public void GetObjectData ( SerializationInfo info, StreamingContext context )
public function GetObjectData ( info : SerializationInfo, context : StreamingContext )
Not applicable.
Parameters
- info
A SerializationInfo object that contains the information required to serialize the NameObjectCollectionBase instance.
- context
A StreamingContext object that contains the source and destination of the serialized stream associated with the NameObjectCollectionBase instance.
- SecurityPermission for providing serialization services. Associated enumeration: SerializationFormatter Security action: LinkDemand
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: