Class DockingMgrSerializationWrapperAdv
The DockingMgrSerializationWrapperAdv class helps to serialize the dock state information.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockingMgrSerializationWrapperAdv : DockingMgrSerializationWrapper, ISerializable
Constructors
DockingMgrSerializationWrapperAdv(DockingManager)
Constructor of the DockingMgrSerializationWrapperAdv.
Declaration
public DockingMgrSerializationWrapperAdv(DockingManager dmgr)
Parameters
Type | Name | Description |
---|---|---|
DockingManager | dmgr | The DockingManager instance. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo to populate with data. |
System.Runtime.Serialization.StreamingContext | context | The destination (see System.Runtime.Serialization.StreamingContext) for this serialization. |
Overrides
Implements
System.Runtime.Serialization.ISerializable