ApplicationComponent AllComponents Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a thread-safe enumerable( a snapshot) of all known component instances

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static IEnumerable<ApplicationComponent> AllComponents { get; }

Property Value

Type: OnlineIEnumerable ApplicationComponent 
See Also