C# Class IronPythonMef.IronPythonComposablePart

Inheritance: System.ComponentModel.Composition.Primitives.ComposablePart
Mostrar archivo Open project: JogoShugh/IronPythonMef

Public Methods

Method Description
GetExportedValue ( System.ComponentModel.Composition.Primitives.ExportDefinition definition ) : object
IronPythonComposablePart ( IronPythonMef.IronPythonTypeWrapper typeWrapper, IList exports, IList imports ) : System
SetImport ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, IEnumerable exports ) : void

Method Details

GetExportedValue() public method

public GetExportedValue ( System.ComponentModel.Composition.Primitives.ExportDefinition definition ) : object
definition System.ComponentModel.Composition.Primitives.ExportDefinition
return object

IronPythonComposablePart() public method

public IronPythonComposablePart ( IronPythonMef.IronPythonTypeWrapper typeWrapper, IList exports, IList imports ) : System
typeWrapper IronPythonMef.IronPythonTypeWrapper
exports IList
imports IList
return System

SetImport() public method

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