C# Class Tp.Integration.Messages.PluginName

显示文件 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
Equals ( PluginName other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PluginName ( ) : System
PluginName ( string pluginName ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( PluginName other ) : bool
other PluginName
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PluginName() public method

public PluginName ( ) : System
return System

PluginName() public method

public PluginName ( string pluginName ) : System
pluginName string
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool