C# Class System.ComponentModel.InstallerTypeAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

InstallerTypeAttribute() public method

public InstallerTypeAttribute ( Type installerType ) : System.Diagnostics
installerType System.Type
return System.Diagnostics

InstallerTypeAttribute() public method

public InstallerTypeAttribute ( string typeName ) : System.Diagnostics
typeName string
return System.Diagnostics