Class DiagramBaseAssembly
This class holds the name of the grid assembly and provides a helper routine that helps with resolving types when loading a serialization stream.
Inheritance
System.Object
DiagramBaseAssembly
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
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class DiagramBaseAssembly
Constructors
DiagramBaseAssembly()
Declaration
public DiagramBaseAssembly()
Fields
Assembly
A reference to the System.Reflection.Assembly for the Diagram assembly.
Declaration
public static readonly Assembly Assembly
Field Value
Type |
---|
System.Reflection.Assembly |
LegacyName
Declaration
public static readonly string LegacyName
Field Value
Type |
---|
System.String |
Name
The full name of this assembly without version information, e.g. "Syncfusion.Grid".
Declaration
public static readonly string Name
Field Value
Type |
---|
System.String |
Methods
AssemblyResolver(Object, ResolveEventArgs)
This delegate helps with resolving types and can be used as an event handler for a System.AppDomain.AssemblyResolve event.
Declaration
public static Assembly AssemblyResolver(object sender, ResolveEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
System.ResolveEventArgs | e | The event data with information about the type. |
Returns
Type | Description |
---|---|
System.Reflection.Assembly | A reference to the assembly where the type is located. |
Remarks
Use this handler when reading back types from a serialization stream saved with an earlier version of this assembly.