C# Class System.ComponentModel.DesignerAttribute

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

Méthodes publiques

Méthode Description
DesignerAttribute ( Type designerType ) : System
DesignerAttribute ( Type designerType, Type designerBaseType ) : System
DesignerAttribute ( string designerTypeName ) : System
DesignerAttribute ( string designerTypeName, Type designerBaseType ) : System
DesignerAttribute ( string designerTypeName, string designerBaseTypeName ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

DesignerAttribute() public méthode

public DesignerAttribute ( Type designerType ) : System
designerType System.Type
Résultat System

DesignerAttribute() public méthode

public DesignerAttribute ( Type designerType, Type designerBaseType ) : System
designerType System.Type
designerBaseType System.Type
Résultat System

DesignerAttribute() public méthode

public DesignerAttribute ( string designerTypeName ) : System
designerTypeName string
Résultat System

DesignerAttribute() public méthode

public DesignerAttribute ( string designerTypeName, Type designerBaseType ) : System
designerTypeName string
designerBaseType System.Type
Résultat System

DesignerAttribute() public méthode

public DesignerAttribute ( string designerTypeName, string designerBaseTypeName ) : System
designerTypeName string
designerBaseTypeName string
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int