The NvccCompilerOptions type exposes the following members.

Constructors

  NameDescription
Public methodNvccCompilerOptions(String)
Initializes a new instance of the NvccCompilerOptions class.
Public methodNvccCompilerOptions(String, String, String)
Initializes a new instance of the NvccCompilerOptions class.

Methods

  NameDescription
Public methodAddOption
Adds an option.
(Inherited from CompilerOptions.)
Public methodAddOutput (Inherited from CompilerOptions.)
Public methodAddSource
Adds a source.
(Inherited from CompilerOptions.)
Public methodClearOptions
Clears the options.
(Inherited from CompilerOptions.)
Public methodClearOutputs (Inherited from CompilerOptions.)
Public methodClearSources
Clears the sources.
(Inherited from CompilerOptions.)
Public methodStatic memberCreate
Creates a default x86 instance.
Public methodStatic memberCreatex64()()()()
Creates a default x86 instance.
Public methodStatic memberCreatex64(eArchitecture)
Public methodStatic memberCreatex64(Version, eArchitecture)
Public methodStatic memberCreatex86()()()()
Creates a default x86 instance.
Public methodStatic memberCreatex86(eArchitecture)
Public methodStatic memberCreatex86(Version, eArchitecture)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetArguments
Gets the arguments.
(Overrides CompilerOptions..::..GetArguments()()()().)
Public methodGetFileName
Gets the name of the compiler file.
(Inherited from CompilerOptions.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodTest
Checks if include directory exists.
(Inherited from CompilerOptions.)
Public methodToString
Returns a String that represents this instance.
(Inherited from CompilerOptions.)
Public methodTryTest
Checks if include directory exists.
(Inherited from CompilerOptions.)

Properties

  NameDescription
Public propertyCanEdit
Gets or sets a value indicating whether this instance can edit.
(Inherited from CompilerOptions.)
Public propertyCompilerPath
Gets or sets the compiler path.
(Inherited from CompilerOptions.)
Public propertyGenerateDebugInfo
Gets or sets a value indicating whether to generate debug info.
(Inherited from CompilerOptions.)
Public propertyInclude
Gets or sets the include path.
(Inherited from CompilerOptions.)
Public propertyName
Gets the name.
(Inherited from CompilerOptions.)
Public propertyOptions
Gets the options.
(Inherited from CompilerOptions.)
Public propertyOutputs (Inherited from CompilerOptions.)
Public propertyPlatform (Inherited from CompilerOptions.)
Public propertySources
Gets the sources.
(Inherited from CompilerOptions.)

See Also