[This is preliminary documentation and is subject to change.]
Returns a thread-safe enumerable( a snapshot) of all known component instances
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<ApplicationComponent> AllComponents { get; }
public static IEnumerable<ApplicationComponent> AllComponents { get; }
Public Shared ReadOnly Property AllComponents As IEnumerable(Of ApplicationComponent)
Get
Public Shared ReadOnly Property AllComponents As IEnumerable(Of ApplicationComponent)
Get
public:
static property IEnumerable<ApplicationComponent^>^ AllComponents {
IEnumerable<ApplicationComponent^>^ get ();
}
public:
static property IEnumerable<ApplicationComponent^>^ AllComponents {
IEnumerable<ApplicationComponent^>^ get ();
}
static member AllComponents : IEnumerable<ApplicationComponent> with get
static member AllComponents : IEnumerable<ApplicationComponent> with get
Property Value
Type:
IEnumerable ApplicationComponent