Class SDK.StartupArg
Small wrapper class for startup arguments.
Inheritance
System.Object
SDK.StartupArg
Namespace: Trail
Assembly: Trail.dll
Syntax
public class StartupArg : object
Constructors
StartupArg(String, Byte[])
Declaration
public StartupArg(string name, byte[] value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Byte[] | value |
Fields
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Value
Declaration
public byte[] Value
Field Value
Type | Description |
---|---|
System.Byte[] |