C# Class CoApp.Bootstrapper.SingleStep

Show file Open project: coapp-deprecated/devtools Class Usage Examples

Public Properties

Property Type Description
AssemblyNames string[]
CoAppPackageDownload CoApp.Bootstrapper.ProgressFactor
CoAppPackageInstall CoApp.Bootstrapper.ProgressFactor
EngineStartup CoApp.Bootstrapper.ProgressFactor
INCOMPATIBLE_VERSION ulong
IsForcingCoappToClean bool
MIN_COAPP_VERSION ulong
MIN_COAPP_VERSION_STRING string
Progress CoApp.Bootstrapper.MultifactorProgressTracker
ResourceDllDownload CoApp.Bootstrapper.ProgressFactor

Property Details

AssemblyNames public static property

public static string[] AssemblyNames
return string[]

CoAppPackageDownload public static property

public static ProgressFactor,CoApp.Bootstrapper CoAppPackageDownload
return CoApp.Bootstrapper.ProgressFactor

CoAppPackageInstall public static property

public static ProgressFactor,CoApp.Bootstrapper CoAppPackageInstall
return CoApp.Bootstrapper.ProgressFactor

EngineStartup public static property

public static ProgressFactor,CoApp.Bootstrapper EngineStartup
return CoApp.Bootstrapper.ProgressFactor

INCOMPATIBLE_VERSION public static property

public static ulong INCOMPATIBLE_VERSION
return ulong

IsForcingCoappToClean public static property

public static bool IsForcingCoappToClean
return bool

MIN_COAPP_VERSION public static property

This is the version of coapp that must be installed for the bootstrapper to continue. This should really only be updated when there is breaking changes in the client library
public static ulong MIN_COAPP_VERSION
return ulong

MIN_COAPP_VERSION_STRING public static property

public static string MIN_COAPP_VERSION_STRING
return string

Progress public static property

public static MultifactorProgressTracker,CoApp.Bootstrapper Progress
return CoApp.Bootstrapper.MultifactorProgressTracker

ResourceDllDownload public static property

public static ProgressFactor,CoApp.Bootstrapper ResourceDllDownload
return CoApp.Bootstrapper.ProgressFactor