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