C# Класс Cilador.Fody.Config.InterfaceMixinMapType

Configuration data that maps mixin definition interfaces to mixin implementations that will be used to satisfy the definition during mixing.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetInterfaceType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition

Gets the mixin definition interface.

GetMixinType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition

Gets the mixin implementation type.

Описание методов

GetInterfaceType() публичный Метод

Gets the mixin definition interface.
public GetInterfaceType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition
weavingContext IWeavingContext Context to use for resolving the type.
Результат Mono.Cecil.TypeDefinition

GetMixinType() публичный Метод

Gets the mixin implementation type.
public GetMixinType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition
weavingContext IWeavingContext Context to use for resolving the type.
Результат Mono.Cecil.TypeDefinition