- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["ReferenceBase"]
class Type type-node
Derived0["ProjectReferenceBase"]-->Type
click Derived0 "/api/NAnt.VSNet/ProjectReferenceBase"
Derived1["FileReferenceBase"]-->Type
click Derived1 "/api/NAnt.VSNet/FileReferenceBase"
Syntax
public abstract class ReferenceBase
Constructors
Name | Summary |
---|---|
ReferenceBase |
Properties
Name | Value | Summary |
---|---|---|
CopyLocal | bool |
Gets a value indicating whether the output file(s) of this reference
should be copied locally.
|
IsSystem | bool |
Gets a value indicating whether this reference represents a system
assembly.
|
Name | string | |
Parent | ProjectBase |
Gets the project in which the reference is defined.
|
ReferencesResolver | ReferencesResolver | |
SolutionTask | SolutionTask |
Methods
Name | Value | Summary |
---|---|---|
Get |
StringCollection |
Gets the complete set of assemblies that need to be referenced when
a project references this component.
|
GetFileTimestamp |
DateTime |
Returns the date and time the specified file was last written to.
|
GetOutputFiles |
void |
Gets the complete set of output files of the reference for the
specified configuration.
|
GetPrimaryOutputFile |
string |
Gets the output path of the reference, without taking the "copy local"
setting into consideration.
|
GetRelatedFiles |
void |
static
|
GetTimestamp |
DateTime |
Gets the timestamp of the reference.
|
IsManaged |
bool |
Gets a value indicating whether the reference is managed for the
specified configuration.
|
Log |
void |
Logs a message with the given priority.
|
Log |
void |
Logs a message with the given priority.
|