Summary
Gets a value indicating whether building the project for the specified
build configuration results in managed output.
Syntax
public override bool IsManaged(Configuration solutionConfiguration)
Parameters
| Name |
Type |
Description |
| solutionConfiguration |
Configuration |
The solution configuration that is built. |
Return Value
| Type |
Description |
| bool |
true if the project output for the specified build
configuration is either a Dynamic Library (dll) or an Application
(exe), and Managed Extensions are enabled; otherwise,
false.
|