This topic has not yet been rated - Rate this topic

CompressedStack.GetObjectData Method

Sets the SerializationInfo object with the logical context information needed to recreate an instance of this execution context.

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)
'Declaration
Public Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo

The SerializationInfo object to be populated with serialization information.

context
Type: System.Runtime.Serialization.StreamingContext

The StreamingContext structure representing the destination context of the serialization.

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)
ExceptionCondition
ArgumentNullException

info is Nothing.

GetObjectData sets a SerializationInfo with the logical call context information. During deserialization, the execution context object is reconstituted from the SerializationInfo transmitted over the stream.

For more information, see SerializationInfo.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
  • SecurityCriticalAttribute 

    Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.