TargetPlatform.

TargetPlatform(TargetPlatformVersion, DirectoryPath) Constructor

Summary

Initializes a new instance of the TargetPlatform class.
Namespace
Cake.Common.Tools.ILMerge
Containing Type
TargetPlatform

Syntax

public TargetPlatform(TargetPlatformVersion platform, DirectoryPath path)

Parameters

Name Type Description
platform TargetPlatformVersion The .NET framework target version.
path DirectoryPath The directory where mscorlib.dll can be found.

Return Value

Type Description
void