Search Results for

    Show / Hide Table of Contents

    Class ExternalCommandLineArgument

    Represents a command line argument and its values.

    Inheritance
    System.Object
    ExternalCommandLineArgument
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Collections.Generic.IList<System.String>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition)
    • Properties
      • Definition
      • Values
    • Extension Methods
    Back to top Generated by DocFX