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
)
Visual Basic
Public Sub New ( _
	name As String _
)
Visual C++
public:
NvccCompilerOptions(
	String^ name
)

Parameters

name
Type: System..::..String
The name.

See Also