C# Class MEF.Bonjour.ServicePart

Inheritance: System.ComponentModel.Composition.Primitives.ComposablePart
Afficher le fichier Open project: automaters/bonjour.net

Méthodes publiques

Méthode Description
GetExportedObject ( System.ComponentModel.Composition.Primitives.ExportDefinition definition ) : object
ServicePart ( IService service ) : System
SetImport ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, IEnumerable exports ) : void

Private Methods

Méthode Description
ExportDefinition ( IService service ) : IEnumerable

Method Details

GetExportedObject() public méthode

public GetExportedObject ( System.ComponentModel.Composition.Primitives.ExportDefinition definition ) : object
definition System.ComponentModel.Composition.Primitives.ExportDefinition
Résultat object

ServicePart() public méthode

public ServicePart ( IService service ) : System
service IService
Résultat System

SetImport() public méthode

public SetImport ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, IEnumerable exports ) : void
definition System.ComponentModel.Composition.Primitives.ImportDefinition
exports IEnumerable
Résultat void