C# Class TVServerKodi.Common.ShareInfo

Afficher le fichier Open project: margro/TVServerXBMC Class Usage Examples

Méthodes publiques

Méthode Description
MatchesPath ( string path ) : bool

Returns true if this share matches the local path

ShareInfo ( string serverName, string netName, string path, ShareType shareType, string remark ) : System
ToString ( ) : string

Returns the path to this share

Method Details

MatchesPath() public méthode

Returns true if this share matches the local path
public MatchesPath ( string path ) : bool
path string
Résultat bool

ShareInfo() public méthode

public ShareInfo ( string serverName, string netName, string path, ShareType shareType, string remark ) : System
serverName string
netName string
path string
shareType ShareType
remark string
Résultat System

ToString() public méthode

Returns the path to this share
public ToString ( ) : string
Résultat string