CommandLineArgsCallbackContext Class

Definition

Represents a callback context for the list of command-line arguments associated with an executable resource.

public sealed class CommandLineArgsCallbackContext
type CommandLineArgsCallbackContext = class
Public NotInheritable Class CommandLineArgsCallbackContext
Inheritance
CommandLineArgsCallbackContext

Constructors

CommandLineArgsCallbackContext(IList<Object>, CancellationToken)

Represents a callback context for the list of command-line arguments associated with an executable resource.

Properties

Args

Gets the list of command-line arguments.

CancellationToken

Gets the cancellation token associated with the callback context.

Applies to