C# Class Prebuild.Core.Targets.ToolInfo

Mostrar archivo Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method 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 method

Equals operator
public Equals ( object obj ) : bool
obj object ToolInfo to compare
return bool

GetHashCode() public method

Hash Code
public GetHashCode ( ) : int
return int

ToolInfo() public method

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.
return System

ToolInfo() public method

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.
return System

operator() public static method

Equals operator
public static operator ( ) : bool
return bool