C# Class System.ComponentModel.InstallerTypeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
InstallerTypeAttribute ( Type installerType ) : System.Diagnostics
InstallerTypeAttribute ( string typeName ) : System.Diagnostics

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InstallerTypeAttribute() public méthode

public InstallerTypeAttribute ( Type installerType ) : System.Diagnostics
installerType System.Type
Résultat System.Diagnostics

InstallerTypeAttribute() public méthode

public InstallerTypeAttribute ( string typeName ) : System.Diagnostics
typeName string
Résultat System.Diagnostics