WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramUtilityNamespace - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramUtilityAssembly

    This class holds the name of the Syncfusion.Diagram.Windows assembly and provides a helper routine that helps with resolving types when loading a serialization stream and when the framework probes for assemblies by reflection.

    Inheritance
    System.Object
    DiagramUtilityAssembly
    Inherited Members
    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.Utility.Windows.dll
    Syntax
    public class DiagramUtilityAssembly

    Constructors

    DiagramUtilityAssembly()

    Declaration
    public DiagramUtilityAssembly()

    Fields

    Assembly

    A reference to the System.Reflection.Assembly for the grid assembly.

    Declaration
    public static readonly Assembly Assembly
    Field Value
    Type Description
    System.Reflection.Assembly

    Name

    The full name of this assembly without version information: "Syncfusion.Diagram.Windows"

    Declaration
    public static readonly string Name
    Field Value
    Type Description
    System.String

    RootNamespace

    The root namespace of this assembly. Used internally for locating resources within the assembly.

    Declaration
    public static readonly string RootNamespace
    Field Value
    Type Description
    System.String

    Methods

    AssemblyResolver(Object, ResolveEventArgs)

    Assemblies the resolver.

    Declaration
    public static Assembly AssemblyResolver(object sender, ResolveEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The sender.

    System.ResolveEventArgs e

    The System.ResolveEventArgs instance containing the event data.

    Returns
    Type Description
    System.Reflection.Assembly
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved