IExecutionContext Methods
Include Protected Members
Include Inherited Members
The IExecutionContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose | (Inherited from IDisposable.) |
![]() |
IsManagedProperty | Determines whether a property is managed by the execution context. |
![]() |
IsPropertyDefined | Determines whether the specified property exists in the execution context. |
![]() |
ManageProperty | Marks a property as managed, in which case, it will be disposed when the context is disposed. |
![]() |
UndefineProperty | Removes the property from the execution context. |
![]() |
UnManageProperty | Marks a property as unmanaged, preventing it to be disposed when the execution context is disposed. |
Top
.gif)