Information
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)

 

Used by the system during serialization.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
[SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) override

The GetObjectData method is used during serialization; that is, when persisting configuration data to a configuration file.

.NET Framework
Available since 2.0
Return to top
Show: