Keysight Pathwave 89600 VSA .NET API
GetObjectData Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LicenseFeatureException Class : GetObjectData Method


info
The serialization storage object.
context
The serialization context.

Glossary Item Box

Populates a SerializationInfo object with the data needed to serialize the object.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
C# 
public override void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)
C++/CLI 
public:
void GetObjectData( 
   SerializationInfo^ info,
   StreamingContext context
) override 

Parameters

info
The serialization storage object.
context
The serialization context.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also

Reference

LicenseFeatureException Class
LicenseFeatureException Members
Base Implementation in GetObjectData