C# 클래스 Cilador.Fody.InterfaceMixins.InterfaceMixinWeaver

This is a method object for a single execution of InterfaceMixinWeave.
파일 보기 프로젝트 열기: rileywhite/Cilador

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ) : void

Executes the interface mixin command using the arguments passed into the constuctor.

InterfaceMixinWeaver ( Mono.Cecil.TypeDefinition interfaceType, Mono.Cecil.TypeDefinition mixinType, Mono.Cecil.TypeDefinition target ) : System

Creates a new InterfaceMixinWeaver.

메소드 상세

Execute() 공개 메소드

Executes the interface mixin command using the arguments passed into the constuctor.
public Execute ( ) : void
리턴 void

InterfaceMixinWeaver() 공개 메소드

Creates a new InterfaceMixinWeaver.
/// Thrown if is not an interface, if implements /// does not implement , or if implements any interface /// other than . ///
public InterfaceMixinWeaver ( Mono.Cecil.TypeDefinition interfaceType, Mono.Cecil.TypeDefinition mixinType, Mono.Cecil.TypeDefinition target ) : System
interfaceType Mono.Cecil.TypeDefinition Interface which will be added to the .
mixinType Mono.Cecil.TypeDefinition Type whose implementation will be cloned into the .
target Mono.Cecil.TypeDefinition Type which will be modified by this command invocation.
리턴 System