Class CudaJitOption
Online compiler options
Inheritance
System.Object
CudaJitOption
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 abstract class CudaJitOption : IDisposable
Fields
| Improve this Doc View Source_option
Option
Declaration
protected CUJITOption _option
Field Value
Type | Description |
---|---|
CUJITOption |
_ptrValue
Option value converted to (void *)
Declaration
protected IntPtr _ptrValue
Field Value
Type | Description |
---|---|
System.IntPtr |
disposed
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceDispose()
Dispose
Declaration
public void Dispose()
Dispose(Boolean)
For IDisposable
Declaration
protected virtual void Dispose(bool fDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | fDisposing |
Finalize()
For dispose
Declaration
protected void Finalize()
Implements
System.IDisposable