docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LaunchArgumentsParser

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

    Inheritance
    object
    LaunchArgumentsParser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Common
    Assembly: Unity.Cloud.Common.dll
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)