Class TypeHelper
Help to find types
Inheritance
System.Object
TypeHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Reflection
Assembly: Simplic.CoreLib.dll
Syntax
public class TypeHelper
Methods
| Improve this Doc View SourceFindType(String)
Find type in all assemblies
Declaration
public static Type FindType(string typeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | typeName | Full typename / Namespace.Class |
Returns
Type | Description |
---|---|
System.Type | Null if no type was found, else type |