Create a new executable using the specified
platform and framework with a specified file name.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public Template( string fileName, Platform platform, Framework framework ) |
| Visual Basic |
|---|
Public Sub New ( _ fileName As String, _ platform As Platform, _ framework As Framework _ ) |
Parameters
- fileName
- Type:
System
.
.
::
.
.
String
File name of the executable image
- platform
- Type:
WebSupergoo.TaskGarden
.
.
::
.
.
Platform
Platform of the executable image
- framework
- Type:
WebSupergoo.TaskGarden
.
.
::
.
.
Framework
Framework version of the executable image