Search Results for

    Show / Hide Table of Contents

    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 Source

    FindType(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx