RoleContext Class
Encapsulates context information about the role in which a diagnostic data adapter is being configured.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | RoleContext(Boolean, Boolean) | Initializes a new instance of the RoleContext class by using the provided indicators for remote role and execution role. |
| Name | Description | |
|---|---|---|
![]() | IsExecutionRole | Gets a value that indicates whether this context is for a diagnostic data adapter that is configured for the execution role. |
![]() | IsRemoteRole | Gets a value that indicates whether this context is for a diagnostic data adapter that is configured for a remote role. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


