Gets or sets the compiler path.

Namespace: Cudafy.Compilers
Assembly: 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;
}

Field Value

The compiler path.

See Also