C# Class Prebuild.Core.Targets.ToolInfo

Afficher le fichier Open project: aurora-sim/Aurora-Libs Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Equals operator

GetHashCode ( ) : int

Hash Code

ToolInfo ( string name, string guid, string fileExtension, string xml ) : System

Initializes a new instance of the ToolInfo class.

ToolInfo ( string name, string guid, string fileExtension, string xml, string importProject ) : System

Initializes a new instance of the ToolInfo class.

operator ( ) : bool

Equals operator

Method Details

Equals() public méthode

Equals operator
public Equals ( object obj ) : bool
obj object ToolInfo to compare
Résultat bool

GetHashCode() public méthode

Hash Code
public GetHashCode ( ) : int
Résultat int

ToolInfo() public méthode

Initializes a new instance of the ToolInfo class.
public ToolInfo ( string name, string guid, string fileExtension, string xml ) : System
name string The name.
guid string The GUID.
fileExtension string The file extension.
xml string The XML.
Résultat System

ToolInfo() public méthode

Initializes a new instance of the ToolInfo class.
public ToolInfo ( string name, string guid, string fileExtension, string xml, string importProject ) : System
name string The name.
guid string The GUID.
fileExtension string The file extension.
xml string The XML.
importProject string The import project.
Résultat System

operator() public static méthode

Equals operator
public static operator ( ) : bool
Résultat bool