Show / Hide Table of Contents

    Class RuntimeCodebase

    Inheritance
    System.Object
    RuntimeCodebase
    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 RuntimeCodebase

    Properties

    | Improve this Doc View Source

    Assemblies

    Declaration
    public static IEnumerable<Assembly> Assemblies { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Reflection.Assembly>
    | Improve this Doc View Source

    Types

    Declaration
    public static IEnumerable<Type> Types { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Type>
    • Improve this Doc
    • View Source
    • 0 Comments