Search Results for

    Show / Hide Table of Contents

    Class TypeExtensions

    Extension methods for System.Type

    Inheritance
    System.Object
    TypeExtensions
    Namespace: ImageVault.Common.Lib.Reflection
    Assembly: ImageVault.Common.dll
    Syntax
    public static class TypeExtensions : Object

    Methods

    AssemblyUnqualifiedName(Type)

    Gets the the name of the unqualifed type, consisting only of namespace.type, simpleassemblyname.

    Declaration
    public static string AssemblyUnqualifiedName(this Type type)
    Parameters
    Type Name Description
    System.Type type

    The type.

    Returns
    Type Description
    System.String

    A string with the unqualified name

    IsAnonymousType(Type)

    Checks if the supplied type is an anonymous type

    Declaration
    public static bool IsAnonymousType(this Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top (c) Meriworks 2002-2022