C# Class NDepend.Path.PathHelpers.PathBase

Inheritance: IPath
Afficher le fichier Open project: psmacchia/NDepend.Path

Protected Properties

Свойство Type Description
m_PathString string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsChildOf ( IDirectoryPath parentDirectory ) : bool
NotEquals ( object obj ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
PathBase ( string pathString ) : System

Private Methods

Méthode Description
PrivateEquals ( IPath path ) : bool

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

IsChildOf() public méthode

public IsChildOf ( IDirectoryPath parentDirectory ) : bool
parentDirectory IDirectoryPath
Résultat bool

NotEquals() public méthode

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

PathBase() protected méthode

protected PathBase ( string pathString ) : System
pathString string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

m_PathString protected_oe property

protected string m_PathString
Résultat string