Asks all registered deferred component populators to build components whose
construction had previously been deferred.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
void PopulateDeferredComponents( ICodeElementInfo codeElementHint ) |
| Visual Basic (Declaration) |
|---|
Sub PopulateDeferredComponents ( _ codeElementHint As ICodeElementInfo _ ) |
Parameters
- codeElementHint
- Type: Gallio.Common.Reflection..::.ICodeElementInfo
The code element hint to identify the location of the particular components to populate, or null to populate them all.
