docs.unity3d.com
    Show / Hide Table of Contents

    Class LaunchArgumentsParser

    This class handles launch arguments parsing of the current running process.

    Inheritance
    Object
    LaunchArgumentsParser
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Common
    Syntax
    public class LaunchArgumentsParser

    Constructors

    LaunchArgumentsParser(String[])

    Parse the command line arguments given to the executable, as well as the trailing argument. The trailing argument is only non-empty if it doesn't start with '-'

    Declaration
    public LaunchArgumentsParser(string[] launchArgs = null)
    Parameters
    Type Name Description
    String[] launchArgs

    Optional override list of string to parse for launch arguments.

    Properties

    ActivationKeyValues

    Holds the result of the launch arguments parsing operation as a string Dictionary.

    Declaration
    public Dictionary<string, string> ActivationKeyValues { get; }
    Property Value
    Type Description
    Dictionary<String, String>

    ActivationUrl

    Holds the result of the launch arguments parsing operation as an url.

    Declaration
    public string ActivationUrl { get; }
    Property Value
    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