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 SourceAssemblies
Declaration
public static IEnumerable<Assembly> Assemblies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Reflection.Assembly> |
Types
Declaration
public static IEnumerable<Type> Types { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Type> |