WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramWindowsNamespace.Binder - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramWindowsAssembly.Binder

    Inheritance
    System.Object
    System.Runtime.Serialization.SerializationBinder
    DiagramWindowsAssembly.Binder
    Inherited Members
    System.Runtime.Serialization.SerializationBinder.BindToName(System.Type, System.String, System.String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public class Binder : SerializationBinder

    Constructors

    Binder()

    Declaration
    public Binder()

    Methods

    BindToType(String, String)

    When overridden in a derived class, controls the binding of a serialized object to a type.

    Declaration
    public override Type BindToType(string assemblyName, string typeName)
    Parameters
    Type Name Description
    System.String assemblyName

    Specifies the System.Reflection.Assembly name of the serialized object.

    System.String typeName

    Specifies the System.Type name of the serialized object.

    Returns
    Type Description
    System.Type

    The type of the object the formatter creates a new instance of.

    Overrides
    System.Runtime.Serialization.SerializationBinder.BindToType(System.String, System.String)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved