Responder Developer Guide
CodedDomain Constructor(SerializationInfo,StreamingContext)


Version: 10.2.1a

Resource Center Home

Holds all the data needed to serialize or deserialize an object.
Describes the source and destination of a given serialized stream.
Initializes object from serialization information (required for deserialization).
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New CodedDomain(info, context)
protected CodedDomain( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
Holds all the data needed to serialize or deserialize an object.
context
Describes the source and destination of a given serialized stream.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CodedDomain Class
CodedDomain Members
Overload List

 

 


Send Comment