Class CudaJOGenerateLineInfo
Generate line number information (-lineinfo)
(0: false, default)
Option type: int
Applies to: compiler only
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda
Assembly: ManagedCuda.dll
Syntax
public class CudaJOGenerateLineInfo : CudaJitOption, IDisposable
Constructors
| Improve this Doc View SourceCudaJOGenerateLineInfo(Boolean)
Generate line number information (-lineinfo)
(0: false, default)
Option type: int
Applies to: compiler only
Declaration
public CudaJOGenerateLineInfo(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Implements
System.IDisposable