Initializes a new instance of the NvccCompilerOptions class.

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

Syntax

C#
public NvccCompilerOptions(
	string name,
	string compiler,
	string includeDirectory
)
Visual Basic
Public Sub New ( _
	name As String, _
	compiler As String, _
	includeDirectory As String _
)
Visual C++
public:
NvccCompilerOptions(
	String^ name, 
	String^ compiler, 
	String^ includeDirectory
)

Parameters

name
Type: System..::..String
The name.
compiler
Type: System..::..String
The compiler.
includeDirectory
Type: System..::..String
The include directory.

See Also