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

Location Members

Location overview

Public Static (Shared) Fields

UnknownLocationMissing <summary> documentation for F:NAnt.Core.Location.UnknownLocation

Public Instance Constructors

Location Overloaded. Initializes a new instance of the Location class.

Public Instance Properties

ColumnNumber Gets the column number for the location.
FileName Gets a string containing the file name for the location.
LineNumber Gets the line number for the location.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString Returns the file name, line number and a trailing space. An error message can be appended easily. For unknown locations, returns an empty string.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

Location Class | NAnt.Core Namespace