Struct Metabank.SectionRole.AppInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Metabase
Assembly: Azos.Sky.dll
Syntax
public struct AppInfo
Fields
AutoRun
Specifies the relative order of start if application should be auto-started by host governor, null otherwise
Declaration
public readonly int? AutoRun
Field Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ExeArgs
Specifies the execurtable file arguments
Declaration
public readonly string ExeArgs
Field Value
Type | Description |
---|---|
System.String |
ExeFile
Specifies the execurtable file
Declaration
public readonly string ExeFile
Field Value
Type | Description |
---|---|
System.String |
Name
Metabase application name
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()