C# Class Cilador.Fody.Config.InterfaceMixinMapType

Configuration data that maps mixin definition interfaces to mixin implementations that will be used to satisfy the definition during mixing.
Show file Open project: rileywhite/Cilador

Public Methods

Method Description
GetInterfaceType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition

Gets the mixin definition interface.

GetMixinType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition

Gets the mixin implementation type.

Method Details

GetInterfaceType() public method

Gets the mixin definition interface.
public GetInterfaceType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition
weavingContext IWeavingContext Context to use for resolving the type.
return Mono.Cecil.TypeDefinition

GetMixinType() public method

Gets the mixin implementation type.
public GetMixinType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition
weavingContext IWeavingContext Context to use for resolving the type.
return Mono.Cecil.TypeDefinition