Class ArgumentSource | DOTS Runtime | 0.31.0-preview.24
docs.unity3d.com
    Show / Hide Table of Contents

    Class ArgumentSource

    Inheritance
    Object
    ArgumentSource
    ResponseFileSource
    Namespace: Mono.Options
    Syntax
    public abstract class ArgumentSource

    Constructors

    ArgumentSource()

    Declaration
    protected ArgumentSource()

    Properties

    Description

    Declaration
    public abstract string Description { get; }
    Property Value
    Type Description
    String

    Methods

    GetArguments(TextReader)

    Declaration
    public static IEnumerable<string> GetArguments(TextReader reader)
    Parameters
    Type Name Description
    TextReader reader
    Returns
    Type Description
    IEnumerable<String>

    GetArguments(String, out IEnumerable<String>)

    Declaration
    public abstract bool GetArguments(string value, out IEnumerable<string> replacement)
    Parameters
    Type Name Description
    String value
    IEnumerable<String> replacement
    Returns
    Type Description
    Boolean

    GetArgumentsFromFile(String)

    Declaration
    public static IEnumerable<string> GetArgumentsFromFile(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    IEnumerable<String>

    GetNames()

    Declaration
    public abstract string[] GetNames()
    Returns
    Type Description
    String[]
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023