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.
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
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