3 types derived from InteractionInfoBase
Aspire.Hosting (3)
ApplicationModel\InteractionService.cs (3)
553
internal sealed class MessageBoxInteractionInfo :
InteractionInfoBase
563
internal sealed class MessageBarInteractionInfo :
InteractionInfoBase
573
internal sealed class InputsInteractionInfo :
InteractionInfoBase
2 references to InteractionInfoBase
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
526
public
InteractionInfoBase
InteractionInfo { get; }
533
public Interaction(string title, string? message, InteractionOptions options,
InteractionInfoBase
interactionInfo, CancellationToken cancellationToken)