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


info
The object to serialize the data to.
context
The context for the serialization stream.

Glossary Item Box

Serialize the current instance of DisplayFontInfo.

Syntax

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

Parameters

info
The object to serialize the data to.
context
The context for the serialization stream.

Requirements

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

See Also