AppBuildRequest Constructor (String, String, PlatformName,  Byte )Delta Engine Documentation
Initializes a new instance of the AppBuildRequest class

Namespace: DeltaEngine.Editor.Messages
Assembly: DeltaEngine.Editor.Messages (in DeltaEngine.Editor.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public AppBuildRequest(
	string solutionFileName,
	string projectName,
	PlatformName platform,
	byte[] serializedCodeData
)
See Also