The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationSectionGroupCollection::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Used by the system during serialization.
Assembly: System.Configuration (in System.Configuration.dll)
public: [SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The applicable SerializationInfo object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The applicable StreamingContext object.
The GetObjectData method is used during serialization; that is, when persisting configuration data to a configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: