![]() |
Paradox Game Engine
v1.0.0 beta06
|
A reference to a Visual Studio project that is part of a Package More...
Public Member Functions | |
ProjectReference () | |
Initializes a new instance of the ProjectReference class. More... | |
ProjectReference (Guid id, UFile location, ProjectType type) | |
Initializes a new instance of the ProjectReference class. More... | |
bool | Equals (ProjectReference other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (ProjectReference left, ProjectReference right) |
static bool | operator!= (ProjectReference left, ProjectReference right) |
Properties | |
Guid | Id [get, set] |
Gets or sets the unique identifier of the VS project. More... | |
UFile | Location [get, set] |
Gets or sets the location of the file on the disk. More... | |
ProjectType | Type [get, set] |
Gets or sets the type of project. More... | |
A reference to a Visual Studio project that is part of a Package
Definition at line 15 of file ProjectReference.cs.
SiliconStudio.Assets.ProjectReference.ProjectReference | ( | ) |
Initializes a new instance of the ProjectReference class.
Definition at line 20 of file ProjectReference.cs.
SiliconStudio.Assets.ProjectReference.ProjectReference | ( | Guid | id, |
UFile | location, | ||
ProjectType | type | ||
) |
Initializes a new instance of the ProjectReference class.
id | The identifier. |
location | The location. |
type | The type. |
Definition at line 30 of file ProjectReference.cs.
bool SiliconStudio.Assets.ProjectReference.Equals | ( | ProjectReference | other | ) |
Definition at line 58 of file ProjectReference.cs.
References SiliconStudio.Assets.ProjectReference.Location.
override bool SiliconStudio.Assets.ProjectReference.Equals | ( | object | obj | ) |
Definition at line 65 of file ProjectReference.cs.
override int SiliconStudio.Assets.ProjectReference.GetHashCode | ( | ) |
Definition at line 72 of file ProjectReference.cs.
|
static |
Definition at line 88 of file ProjectReference.cs.
|
static |
Definition at line 83 of file ProjectReference.cs.
|
getset |
Gets or sets the unique identifier of the VS project.
The identifier.
Definition at line 42 of file ProjectReference.cs.
|
getset |
Gets or sets the location of the file on the disk.
The location.
Definition at line 49 of file ProjectReference.cs.
Referenced by SiliconStudio.Assets.ProjectReference.Equals().
|
getset |