Gets the compiler output.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public string CompilerOutput { get; private set; } |
Visual Basic |
---|
Public Property CompilerOutput As String
Get
Private Set |
Visual C++ |
---|
public:
property String^ CompilerOutput {
String^ get ();
private: void set (String^ value);
} |
See Also