CompressedStack.GetObjectData Method
Sets the SerializationInfo object with the logical context information needed to recreate an instance of this execution context.
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)| Exception | Condition |
|---|---|
| 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.
- 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.