Gets or sets the compiler path.
Namespace: Cudafy.CompilersAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public string CompilerPath { get; set; } |
Visual Basic |
---|
Public Property CompilerPath As String Get Set |
Visual C++ |
---|
public: virtual property String^ CompilerPath { String^ get () sealed; void set (String^ value) sealed; } |