The NvccCompilerOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NvccCompilerOptions(String) |
Initializes a new instance of the NvccCompilerOptions class.
|
![]() | NvccCompilerOptions(String, String, String) |
Initializes a new instance of the NvccCompilerOptions class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddOption |
Adds an option.
(Inherited from CompilerOptions.) |
![]() | AddOutput | (Inherited from CompilerOptions.) |
![]() | AddSource |
Adds a source.
(Inherited from CompilerOptions.) |
![]() | ClearOptions |
Clears the options.
(Inherited from CompilerOptions.) |
![]() | ClearOutputs | (Inherited from CompilerOptions.) |
![]() | ClearSources |
Clears the sources.
(Inherited from CompilerOptions.) |
![]() ![]() | Create |
Creates a default x86 instance.
|
![]() ![]() | Createx64()()()() |
Creates a default x86 instance.
|
![]() ![]() | Createx64(eArchitecture) | |
![]() ![]() | Createx64(Version, eArchitecture) | |
![]() ![]() | Createx86()()()() |
Creates a default x86 instance.
|
![]() ![]() | Createx86(eArchitecture) | |
![]() ![]() | Createx86(Version, eArchitecture) | |
![]() | Equals | (Inherited from Object.) |
![]() | GetArguments |
Gets the arguments.
(Overrides CompilerOptions..::..GetArguments()()()().) |
![]() | GetFileName |
Gets the name of the compiler file.
(Inherited from CompilerOptions.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Test |
Checks if include directory exists.
(Inherited from CompilerOptions.) |
![]() | ToString |
Returns a String that represents this instance.
(Inherited from CompilerOptions.) |
![]() | TryTest |
Checks if include directory exists.
(Inherited from CompilerOptions.) |
Properties
Name | Description | |
---|---|---|
![]() | CanEdit |
Gets or sets a value indicating whether this instance can edit.
(Inherited from CompilerOptions.) |
![]() | CompilerPath |
Gets or sets the compiler path.
(Inherited from CompilerOptions.) |
![]() | GenerateDebugInfo |
Gets or sets a value indicating whether to generate debug info.
(Inherited from CompilerOptions.) |
![]() | Include |
Gets or sets the include path.
(Inherited from CompilerOptions.) |
![]() | Name |
Gets the name.
(Inherited from CompilerOptions.) |
![]() | Options |
Gets the options.
(Inherited from CompilerOptions.) |
![]() | Outputs | (Inherited from CompilerOptions.) |
![]() | Platform | (Inherited from CompilerOptions.) |
![]() | Sources |
Gets the sources.
(Inherited from CompilerOptions.) |