Show / Hide Table of Contents

Delegate Project.BindToTypeDelegate

Delegate to enable the deserialization of objects that have been renamed or changed the version number.

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate Type BindToTypeDelegate(string assemblyName, string typeName);
Parameters
Type Name Description
System.String assemblyName

Name of the assembly

System.String typeName

neme of the type

Returns
Type Description
System.Type

The type of an object that can be constructed for deserialization

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX