Search Results for

    Show / Hide Table of Contents

    Class ExternalCommandLineArguments

    A collection of command line arguments supplied by the user.

    Inheritance
    object
    Collection<ExternalCommandLineArgument>
    ExternalCommandLineArguments
    Implements
    IList<ExternalCommandLineArgument>
    ICollection<ExternalCommandLineArgument>
    IList
    ICollection
    IReadOnlyList<ExternalCommandLineArgument>
    IReadOnlyCollection<ExternalCommandLineArgument>
    IEnumerable<ExternalCommandLineArgument>
    IEnumerable
    Inherited Members
    Collection<ExternalCommandLineArgument>.Add(ExternalCommandLineArgument)
    Collection<ExternalCommandLineArgument>.Clear()
    Collection<ExternalCommandLineArgument>.CopyTo(ExternalCommandLineArgument[], int)
    Collection<ExternalCommandLineArgument>.Contains(ExternalCommandLineArgument)
    Collection<ExternalCommandLineArgument>.GetEnumerator()
    Collection<ExternalCommandLineArgument>.IndexOf(ExternalCommandLineArgument)
    Collection<ExternalCommandLineArgument>.Insert(int, ExternalCommandLineArgument)
    Collection<ExternalCommandLineArgument>.Remove(ExternalCommandLineArgument)
    Collection<ExternalCommandLineArgument>.RemoveAt(int)
    Collection<ExternalCommandLineArgument>.ClearItems()
    Collection<ExternalCommandLineArgument>.InsertItem(int, ExternalCommandLineArgument)
    Collection<ExternalCommandLineArgument>.RemoveItem(int)
    Collection<ExternalCommandLineArgument>.SetItem(int, ExternalCommandLineArgument)
    Collection<ExternalCommandLineArgument>.Count
    Collection<ExternalCommandLineArgument>.Items
    Collection<ExternalCommandLineArgument>.this[int]
    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 ExternalCommandLineArguments : Collection<ExternalCommandLineArgument>, IList<ExternalCommandLineArgument>, ICollection<ExternalCommandLineArgument>, IList, ICollection, IReadOnlyList<ExternalCommandLineArgument>, IReadOnlyCollection<ExternalCommandLineArgument>, IEnumerable<ExternalCommandLineArgument>, IEnumerable

    Constructors

    ExternalCommandLineArguments()

    Declaration
    public ExternalCommandLineArguments()

    Properties

    this[string]

    Gets the command line argument with the specified name or alias (case insensitive).

    Declaration
    public ExternalCommandLineArgument this[string name] { get; }
    Parameters
    Type Name Description
    string name

    The name of requested argument.

    Property Value
    Type Description
    ExternalCommandLineArgument

    The argument; or null if this argument was not supplied.

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ExternalCommandLineArguments()
    • Properties
      • this[string]
    • Implements
    • Extension Methods
    Back to top Generated by DocFX