Summary
Gets a value indicating whether the reference is managed for the
specified configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ReferenceBase
Syntax
public abstract bool IsManaged(Configuration solutionConfiguration)
Parameters
Name | Type | Description |
---|---|---|
solutionConfiguration | Configuration | The solution configuration that is built. |
Return Value
Type | Description |
---|---|
bool |
true if the reference is managed for the
specified configuration; otherwise, false .
|