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 |