Gets or sets a value indicating whether to generate debug info.
Namespace: Cudafy.CompilersAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public bool GenerateDebugInfo { get; set; } |
Visual Basic |
---|
Public Property GenerateDebugInfo As Boolean Get Set |
Visual C++ |
---|
public: property bool GenerateDebugInfo { bool get (); void set (bool value); } |