Click or drag to resize

AssembliesInterfaces Property

Gets a colleciton of Interfaces found in the AppDomain

Namespace:  Cauldron.Reflection
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static IEnumerable<Type> Interfaces { get; }

Property Value

Type: IEnumerableType

[Missing <value> documentation for "P:Cauldron.Reflection.Assemblies.Interfaces"]

See Also