Windows apps
Collapse the table of content
Expand the table of content
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.

ManagementNamedValueCollection Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the ManagementNamedValueCollection class that is serializable and uses the specified SerializationInfo and StreamingContext.

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

protected:
ManagementNamedValueCollection(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo to populate with data.

context
Type: System.Runtime.Serialization::StreamingContext

The destination (see StreamingContext ) for this serialization.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft