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: