C# Class System.ComponentModel.MarshalByValueComponent

Inheritance: IComponent, IDisposable, IServiceProvider
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
GetService ( Type service ) : object
MarshalByValueComponent ( ) : System
ToString ( ) : String

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Dispose ( ) : void

Method Details

Dispose() protected méthode

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

GetService() public méthode

public GetService ( Type service ) : object
service System.Type
Résultat object

MarshalByValueComponent() public méthode

public MarshalByValueComponent ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String