C# Class mRemoteNG.Themes.ThemeInfo

Inheritance: ICloneable, INotifyPropertyChanged
Datei anzeigen Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Property Type Description
NotifyPropertyChanged void

Public Methods

Method Description
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
ThemeInfo ( string themeName = null ) : System
ToString ( ) : string

Private Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ThemeInfo() public method

public ThemeInfo ( string themeName = null ) : System
themeName string
return System

ToString() public method

public ToString ( ) : string
return string