Class GanttWpfAssembly
This class holds the name of the Syncfusion.Windows.Controls.Gantt 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
Namespace: Syncfusion
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttWpfAssembly : Object
Constructors
GanttWpfAssembly()
Declaration
public GanttWpfAssembly()
Fields
Assembly
A reference to the System.Reflection.Assembly for the Gantt assembly.
Declaration
public static readonly Assembly Assembly
Field Value
Type |
---|
System.Reflection.Assembly |
Name
The full name of this assembly without version information: "Syncfusion.Gantt.Wpf"
Declaration
public static readonly string Name
Field Value
Type |
---|
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 |
---|
System.String |
Methods
AssemblyResolver(Object, ResolveEventArgs)
This delegate helps with resolving types and can be used as a eventhandler 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 stread saved with an earlier version of this assembly.