C# Class YAMLParser.MsgFileLocation

显示文件 Open project: uml-robotics/ROS.NET Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MsgFileLocation ( string path, string root ) : System
ToString ( ) : string

Private Methods

Method Description
getPackageName ( string path ) : string

Mangles a file's name to find the package name based on the name of the directory containing the file

getPackagePath ( string basedir, string msgpath ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MsgFileLocation() public method

public MsgFileLocation ( string path, string root ) : System
path string
root string
return System

ToString() public method

public ToString ( ) : string
return string