Class GetClientWindowsResult
public sealed record GetClientWindowsResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetClientWindowsResult>
- Inheritance
-
GetClientWindowsResult
- Implements
- Inherited Members
Constructors
GetClientWindowsResult(ImmutableArray<ClientWindowInfo>)
public GetClientWindowsResult(ImmutableArray<ClientWindowInfo> ClientWindows)
Parameters
ClientWindowsImmutableArray<ClientWindowInfo>
Properties
ClientWindows
public ImmutableArray<ClientWindowInfo> ClientWindows { get; init; }