![]()  | 
  
    Paradox Game Engine
    v1.0.0 beta06
    
   | 
 
Class SolutionAlternativePlatform. More...
Public Member Functions | |
| SolutionPlatformPart () | |
| Initializes a new instance of the SolutionPlatformPart class.  More... | |
| SolutionPlatformPart (string name) | |
| Initializes a new instance of the SolutionPlatformPart class.  More... | |
| bool | IsProjectHandled (ProjectType projectType) | 
| Determines whether the project is handled by this platform.  More... | |
| string | GetProjectName (ProjectType projectType) | 
| Gets the name of the project configuration from Alias, with SafeSolutionName as a fallback.  More... | |
Properties | |
| string | Name [get, set] | 
| Gets or sets the name of the alternative platform.  More... | |
| string | SolutionName [get, set] | 
| Gets or sets the solution name. If null, use the Name  More... | |
| string | DisplayName [get, set] | 
| Gets or sets the display name. If null, use the Name.  More... | |
| string | SafeSolutionName [get] | 
| Gets the name of the solution from SolutionName, using Name as a fallback.  More... | |
| string | Cpu [get, set] | 
| Gets or sets the CPU name, if this platform is CPU specific.  More... | |
| string | Alias [get, set] | 
| Gets or sets the name of the alias. If != null, then this platform is only available in the solution and remapped to the platform with this Alias  More... | |
| bool | InheritConfigurations [get, set] | 
| Gets or sets a value indicating whether inherit configurations from parent SolutionPlatform  More... | |
| SolutionConfigurationCollection | Configurations [get, set] | 
| Gets the configurations supported by this platform (by default contains 'Debug' and 'Release')  More... | |
| bool | UseWithExecutables [get, set] | 
| bool | UseWithLibraries [get, set] | 
| bool | IncludeInSolution [get, set] | 
| string | LibraryProjectName [get, set] | 
| string | ExecutableProjectName [get, set] | 
Class SolutionAlternativePlatform.
Definition at line 101 of file SolutionPlatform.cs.
| SiliconStudio.Assets.SolutionPlatformPart.SolutionPlatformPart | ( | ) | 
Initializes a new instance of the SolutionPlatformPart class.
Definition at line 106 of file SolutionPlatform.cs.
| SiliconStudio.Assets.SolutionPlatformPart.SolutionPlatformPart | ( | string | name | ) | 
Initializes a new instance of the SolutionPlatformPart class.
| name | The name. | 
| System.ArgumentNullException | name | 
Definition at line 119 of file SolutionPlatform.cs.
| string SiliconStudio.Assets.SolutionPlatformPart.GetProjectName | ( | ProjectType | projectType | ) | 
Gets the name of the project configuration from Alias, with SafeSolutionName as a fallback.
The name of the safe solution.
Definition at line 204 of file SolutionPlatform.cs.
| bool SiliconStudio.Assets.SolutionPlatformPart.IsProjectHandled | ( | ProjectType | projectType | ) | 
Determines whether the project is handled by this platform.
| projectType | Type of the project. | 
true if the project is handled by this platform; otherwise, false.Definition at line 195 of file SolutionPlatform.cs.
      
  | 
  getset | 
Gets or sets the name of the alias. If != null, then this platform is only available in the solution and remapped to the platform with this Alias
The name of the alias.
Definition at line 170 of file SolutionPlatform.cs.
      
  | 
  getset | 
Gets the configurations supported by this platform (by default contains 'Debug' and 'Release')
Definition at line 181 of file SolutionPlatform.cs.
Referenced by SiliconStudio.Assets.SolutionPlatform.GetConfigurationProperties().
      
  | 
  getset | 
Gets or sets the CPU name, if this platform is CPU specific.
The CPU name.
Definition at line 163 of file SolutionPlatform.cs.
      
  | 
  getset | 
Gets or sets the display name. If null, use the Name.
The display name.
Definition at line 143 of file SolutionPlatform.cs.
      
  | 
  getset | 
Definition at line 188 of file SolutionPlatform.cs.
      
  | 
  getset | 
Definition at line 185 of file SolutionPlatform.cs.
      
  | 
  getset | 
Gets or sets a value indicating whether inherit configurations from parent SolutionPlatform
true if [inherit configurations]; otherwise, false.
Definition at line 176 of file SolutionPlatform.cs.
Referenced by SiliconStudio.Assets.SolutionPlatform.GetConfigurationProperties().
      
  | 
  getset | 
Definition at line 187 of file SolutionPlatform.cs.
      
  | 
  getset | 
Gets or sets the name of the alternative platform.
The name.
Definition at line 129 of file SolutionPlatform.cs.
      
  | 
  get | 
Gets the name of the solution from SolutionName, using Name as a fallback.
The name of the safe solution.
Definition at line 150 of file SolutionPlatform.cs.
      
  | 
  getset | 
Gets or sets the solution name. If null, use the Name
The name.
Definition at line 135 of file SolutionPlatform.cs.
      
  | 
  getset | 
Definition at line 183 of file SolutionPlatform.cs.
      
  | 
  getset | 
Definition at line 184 of file SolutionPlatform.cs.