Search Results for

    Show / Hide Table of Contents

    Class GlobalDlrHostProperties

    Contains a list of properties which can be set before using GlobalDlrHost the first time

    Inheritance
    System.Object
    GlobalDlrHostProperties
    Inherited Members
    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: Simplic.Framework.Core
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public static class GlobalDlrHostProperties

    Properties

    | Improve this Doc View Source

    Argv

    Gets or sets a list of arguments which will be passed as argvs

    Declaration
    public static IList<string> Argv { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx