alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AssemblyTypeMap

    Provides a cache for resolving System.Type instances from loaded assemblies by fully qualified type name.

    Inheritance
    System.Object
    AssemblyTypeMap
    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.Scripting.Design
    Assembly: Syncfusion.Scripting.Windows.dll
    Syntax
    public class AssemblyTypeMap

    Constructors

    AssemblyTypeMap()

    Declaration
    public AssemblyTypeMap()

    Methods

    GetType(String)

    Gets the System.Type for the specified fully qualified type name by probing loaded assemblies and caching the result.

    Declaration
    public static Type GetType(string typename)
    Parameters
    Type Name Description
    System.String typename

    The fully qualified type name to resolve.

    Returns
    Type Description
    System.Type

    The resolved System.Type, or null if the type cannot be found.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved