GetObjectData Method

Summary

Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

Syntax
C#
VB
C++
public void GetObjectData( 
   SerializationInfo info, 
   StreamingContext context 
) 
  
Public Sub GetObjectData( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
)  
public: 
void GetObjectData(  
   SerializationInfo^ info, 
   StreamingContext context 
)  

Parameters

info
The System.Runtime.Serialization.SerializationInfo to populate with data.

context
The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.

Exceptions

ExceptionDescription
System.Security.SecurityException The caller does not have the required permission.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly