NAnt SDK Documentation - v0.85-nightly-2005-11-09

AbstractSourceControlTask.DeriveVcsFromEnvironment Method 

[This is preliminary documentation and subject to change.]

Derive the location of the version control system from the environment variable

PATH
.

[Visual Basic]
Protected Function DeriveVcsFromEnvironment() As FileInfo
[C#]
protected FileInfo DeriveVcsFromEnvironment();

Return Value

The file information of the version control system, or

null
if this cannot be found.

Remarks

Missing <remarks> documentation for M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.DeriveVcsFromEnvironment

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace