C# 클래스 Prebuild.Core.Targets.ToolInfo

파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

Hash Code
public GetHashCode ( ) : int
리턴 int

ToolInfo() 공개 메소드

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.
리턴 System

ToolInfo() 공개 메소드

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.
리턴 System

operator() 공개 정적인 메소드

Equals operator
public static operator ( ) : bool
리턴 bool