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.
Afficher le fichier Open project: rileywhite/Cilador

Méthodes publiques

Méthode 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 méthode

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

GetMixinType() public méthode

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