Abstract base class for options.

Namespace: Cudafy.Compilers
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public abstract class CompilerOptions : ICompilerOptions
Visual Basic
Public MustInherit Class CompilerOptions _
	Implements ICompilerOptions
Visual C++
public ref class CompilerOptions abstract : ICompilerOptions

Inheritance Hierarchy

System..::..Object
  Cudafy.Compilers..::..CompilerOptions
    Cudafy.Compilers..::..NvccCompilerOptions

See Also