[This is preliminary documentation and is subject to change.]
The IApplicationComponent type exposes the following members.Methods
| Name | Description | |
|---|---|---|
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
| |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
| |
| ComponentSID |
Returns process/instance unique app component system id
|
See Also