C# Class SharpCifs.Smb.SmbShareInfo

Inheritance: IFileEntry
Show file Open project: brandonprry/Potato Class Usage Examples

Protected Properties

Property Type Description
NetName string
Remark string
Type int

Public Methods

Method Description
CreateTime ( ) : long
Equals ( object obj ) : bool
GetAttributes ( ) : int
GetHashCode ( ) : int
GetName ( ) : string
GetType ( ) : int
LastModified ( ) : long
Length ( ) : long
SmbShareInfo ( ) : SharpCifs.Util
SmbShareInfo ( string netName, int type, string remark ) : SharpCifs.Util
ToString ( ) : string

Method Details

CreateTime() public method

public CreateTime ( ) : long
return long

Equals() public method

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

GetAttributes() public method

public GetAttributes ( ) : int
return int

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetName() public method

public GetName ( ) : string
return string

GetType() public method

public GetType ( ) : int
return int

LastModified() public method

public LastModified ( ) : long
return long

Length() public method

public Length ( ) : long
return long

SmbShareInfo() public method

public SmbShareInfo ( ) : SharpCifs.Util
return SharpCifs.Util

SmbShareInfo() public method

public SmbShareInfo ( string netName, int type, string remark ) : SharpCifs.Util
netName string
type int
remark string
return SharpCifs.Util

ToString() public method

public ToString ( ) : string
return string

Property Details

NetName protected property

protected string NetName
return string

Remark protected property

protected string Remark
return string

Type protected property

protected int Type
return int