C# Class ReAttach.Data.ReAttachTarget

显示文件 Open project: erlandranvinge/ReAttach Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReAttachTarget ( int pid, string path, string user, string serverName = "" ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReAttachTarget() public method

public ReAttachTarget ( int pid, string path, string user, string serverName = "" ) : System
pid int
path string
user string
serverName string
return System

ToString() public method

public ToString ( ) : string
return string