Show / Hide Table of Contents

Class TypeUtils

Inheritance
System.Object
TypeUtils
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public static class TypeUtils : Object

Methods

GetEcoTypes()

Collect all types in assemblies with Eco namespace.

Declaration
public static IEnumerable<Type> GetEcoTypes()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Type>

GetEcoTypesInfo()

Collect all type Infos in assemblies with Eco namespace.

Declaration
public static IEnumerable<TypeInfo> GetEcoTypesInfo()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾