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

LinkTask.ProgramDatabaseFile Property

[This is preliminary documentation and subject to change.]

A user-specified name for the program database (PDB) that the linker creates. The default file name for the PDB has the base name of the OutputFile and the extension .pdb.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="pdbfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property ProgramDatabaseFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="pdbfile", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo ProgramDatabaseFile {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.LinkTask.ProgramDatabaseFile

See Also

LinkTask Class | NAnt.VisualCpp.Tasks Namespace