C# Class mRemoteNG.Themes.ThemeInfo

Inheritance: ICloneable, INotifyPropertyChanged
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Свойство Type Description
NotifyPropertyChanged void

Méthodes publiques

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

Private Methods

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ThemeInfo() public méthode

public ThemeInfo ( string themeName = null ) : System
themeName string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string