Search Results for

    Show / Hide Table of Contents

    Class TypeCache

    TBD

    Inheritance
    object
    TypeCache
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Util.Reflection
    Assembly: Akka.dll
    Syntax
    public static class TypeCache

    Methods

    | Edit this page View Source

    GetType(string)

    Gets the Type with the specified name, performing a case-sensitive search and throw an exception if the type is not found.

    Declaration
    public static Type GetType(string typeName)
    Parameters
    Type Name Description
    string typeName

    The assembly-qualified name of the type to get. See AssemblyQualifiedName. If the type is in Akka.dll or in Mscorlib.dll, it is sufficient to supply the type name qualified by its namespace.

    Returns
    Type Description
    Type

    The type with the specified name. If the type is not found, an exception is thrown.

    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET