C# Class TVServerKodi.Common.ShareInfo

Exibir arquivo Open project: margro/TVServerXBMC Class Usage Examples

Public Methods

Method 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 method

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

ShareInfo() public method

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

ToString() public method

Returns the path to this share
public ToString ( ) : string
return string