Search Results for

    Show / Hide Table of Contents

    Class ExternalCommandLineArgument

    Represents a command line argument and its values.

    Inheritance
    object
    ExternalCommandLineArgument
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.IntegrationApi.Extensions.CommandLine
    Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
    Syntax
    public class ExternalCommandLineArgument

    Constructors

    ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition)

    Creates a new argument with the specific definition.

    Declaration
    public ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition definition)
    Parameters
    Type Name Description
    ExternalCommandLineArgumentDefinition definition

    The definition of the argument.

    Properties

    Definition

    Gets the command line argument definition.

    Declaration
    public ExternalCommandLineArgumentDefinition Definition { get; set; }
    Property Value
    Type Description
    ExternalCommandLineArgumentDefinition

    Values

    Gets the list of values supplied for this argument.

    Declaration
    public IList<string> Values { get; set; }
    Property Value
    Type Description
    IList<string>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition)
    • Properties
      • Definition
      • Values
    • Extension Methods
    Back to top Generated by DocFX