Csc.PdbFile Property

Definition

Gets or sets the path of the .pdb file.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ PdbFile { System::String ^ get(); void set(System::String ^ value); };
public string PdbFile { get; set; }
member this.PdbFile : string with get, set
Public Property PdbFile As String

Property Value

The path of the .pdb file.

Remarks

For more information, see /pdb (C# Compiler Options).

Applies to