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

VcArgumentMap Members

VcArgumentMap overview

Public Static (Shared) Methods

CreateCLArgumentMap Creates a mapping between configuration properties for the Visual C++ compiler and corresponding command-line arguments.
CreateLinkerArgumentMap Creates a mapping between configuration properties for the Visual C++ linker and corresponding command-line arguments.
CreateMidlArgumentMapMissing <summary> documentation for M:NAnt.VSNet.VcArgumentMap.CreateMidlArgumentMap

Public Instance Constructors

VcArgumentMap Constructor Initializes a new instance of the VcArgumentMap class.

Public Instance Methods

AddBoolOverloaded. Missing <summary> documentation for M:NAnt.VSNet.VcArgumentMap.AddBool(System.String,System.String)
AddEnumOverloaded. Missing <summary> documentation for M:NAnt.VSNet.VcArgumentMap.AddEnum(System.String,System.String,System.String[])
AddLinkerStringOverloaded. Missing <summary> documentation for M:NAnt.VSNet.VcArgumentMap.AddLinkerString(System.String,System.String)
AddQuotedLinkerStringOverloaded. Missing <summary> documentation for M:NAnt.VSNet.VcArgumentMap.AddQuotedLinkerString(System.String,System.String)
AddStringOverloaded. Missing <summary> documentation for M:NAnt.VSNet.VcArgumentMap.AddString(System.String,System.String)
Equals (inherited from Object) 
GetArgument Gets the argument string corresponding with a configuration property named propName with value propValue. An ignore mask can be used to eliminate some arguments from the search.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

VcArgumentMap Class | NAnt.VSNet Namespace