Click or drag to resize
LaunchProcessData Constructor (LaunchMessageStep, Int32, Int32, String)
Initializes a new instance of the LaunchProcessData class

Namespace: Activsoft.Engine.Mobile.Utils.Launch
Assembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LaunchProcessData(
	LaunchMessageStep st,
	int stepNumber,
	int maxStepNumber,
	string details
)

Parameters

st
Type: Activsoft.Engine.Mobile.Utils.LaunchLaunchMessageStep

[Missing <param name="st"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Launch.LaunchProcessData.#ctor(Activsoft.Engine.Mobile.Utils.Launch.LaunchMessageStep,System.Int32,System.Int32,System.String)"]

stepNumber
Type: SystemInt32

[Missing <param name="stepNumber"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Launch.LaunchProcessData.#ctor(Activsoft.Engine.Mobile.Utils.Launch.LaunchMessageStep,System.Int32,System.Int32,System.String)"]

maxStepNumber
Type: SystemInt32

[Missing <param name="maxStepNumber"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Launch.LaunchProcessData.#ctor(Activsoft.Engine.Mobile.Utils.Launch.LaunchMessageStep,System.Int32,System.Int32,System.String)"]

details
Type: SystemString

[Missing <param name="details"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Launch.LaunchProcessData.#ctor(Activsoft.Engine.Mobile.Utils.Launch.LaunchMessageStep,System.Int32,System.Int32,System.String)"]

See Also