Show / Hide Table of Contents

    Class AssemblyExtensions

    Represents the assembly extensions.

    Inheritance
    Object
    AssemblyExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection
    Assembly: Platform.Reflection.dll
    Syntax
    public static class AssemblyExtensions

    Methods

    | Improve this Doc View Source

    GetCachedLoadableTypes(Assembly)

    Gets the cached loadable types using the specified assembly.

    Declaration
    public static Type[] GetCachedLoadableTypes(this Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly

    The assembly.

    Returns
    Type Description
    Type[]

    The type array

    | Improve this Doc View Source

    GetLoadableTypes(Assembly)

    Declaration
    public static Type[] GetLoadableTypes(this Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly
    Returns
    Type Description
    Type[]
    Remarks

    Source: http://haacked.com/archive/2012/07/23/get-all-types-in-an-assembly.aspx/

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX