C# Class System.ComponentModel.Component

Inheritance: System.MarshalByRefObject, IComponent, IDisposable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Component ( )
Dispose ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetService ( System service ) : object

Method Details

Component() public méthode

public Component ( )

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetService() protected méthode

protected GetService ( System service ) : object
service System
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string