Gets or sets the cuda source code.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public string CudaSourceCode { get; set; } |
Visual Basic |
---|
Public Property CudaSourceCode As String Get Set |
Visual C++ |
---|
public: property String^ CudaSourceCode { String^ get (); void set (String^ value); } |