Search Results for

    Show / Hide Table of Contents

    Class ExternalCommandLineArguments

    A collection of command line arguments supplied by the user.

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<ExternalCommandLineArgument>
    ExternalCommandLineArguments
    Implements
    System.Collections.Generic.IList<ExternalCommandLineArgument>
    System.Collections.Generic.ICollection<ExternalCommandLineArgument>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<ExternalCommandLineArgument>
    System.Collections.Generic.IReadOnlyCollection<ExternalCommandLineArgument>
    System.Collections.Generic.IEnumerable<ExternalCommandLineArgument>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Add(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Clear()
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.CopyTo(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument[], System.Int32)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Contains(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.GetEnumerator()
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.IndexOf(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Insert(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Remove(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.ClearItems()
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.InsertItem(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.SetItem(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Count
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Items
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.Generic.ICollection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.IsReadOnly
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.IsFixedSize
    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 ExternalCommandLineArguments : Collection<ExternalCommandLineArgument>, IList<ExternalCommandLineArgument>, ICollection<ExternalCommandLineArgument>, IList, ICollection, IReadOnlyList<ExternalCommandLineArgument>, IReadOnlyCollection<ExternalCommandLineArgument>, IEnumerable<ExternalCommandLineArgument>, IEnumerable

    Constructors

    ExternalCommandLineArguments()

    Declaration
    public ExternalCommandLineArguments()

    Properties

    Item[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
    System.String name

    The name of requested argument.

    Property Value
    Type Description
    ExternalCommandLineArgument

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

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ExternalCommandLineArguments()
    • Properties
      • Item[String]
    • Implements
    • Extension Methods
    Back to top Generated by DocFX