C# Class YAMLParser.MsgFileLocation

Afficher le fichier Open project: uml-robotics/ROS.NET Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MsgFileLocation() public méthode

public MsgFileLocation ( string path, string root ) : System
path string
root string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string