TargetPlatform.

TargetPlatform(TargetPlatformVersion) Constructor

Summary

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

Syntax

public TargetPlatform(TargetPlatformVersion platform)

Parameters

Name Type Description
platform TargetPlatformVersion The .NET framework target version.

Return Value

Type Description
void