[This is preliminary documentation and is subject to change.]
Gets or sets value indicating if pdb file for plugin will be copied to outpud directory
Namespace: Tools.TotalCommanderT.PluginBuilderAssembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public bool CopyPDB { get; set; } |
| Visual Basic |
|---|
Public Property CopyPDB As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool CopyPDB {
bool get ();
void set (bool value);
} |
| F# |
|---|
member CopyPDB : bool with get, set
|
| JScript |
|---|
function get CopyPDB () : boolean
function set CopyPDB (value : boolean) |
See Also