Show / Hide Table of Contents

    Class AssemblyExtensions

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

    Methods

    | Improve this Doc View Source

    GetTypesSafely(Assembly)

    Declaration
    public static IEnumerable<Type> GetTypesSafely(this Assembly assembly)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Type>
    • Improve this Doc
    • View Source
    • 0 Comments