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 SourceArgv
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> |