Table of Contents

Enum TypeFilters

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Controls the results of type querying using ReflectionUtility.

[Flags]
public enum TypeFilters

Fields

IncludeAbstract = 1

Return also all abstract types

IncludeInterfaces = 2

Return also all interfaces that extend the type

None = 0

Return only types that implement the type.