C# 클래스 Hiro.Compilers.MethodOverrider

Represents a type that adds method overrides for interface methods.
파일 보기 프로젝트 열기: philiplaureano/Hiro 1 사용 예제들

공개 메소드들

메소드 설명
AddOverrideFor ( MethodInfo targetMethod, Mono.Cecil.TypeDefinition hostType ) : Mono.Cecil.MethodDefinition

Adds a method override for a particular targetMethod.

메소드 상세

AddOverrideFor() 공개 메소드

Adds a method override for a particular targetMethod.
public AddOverrideFor ( MethodInfo targetMethod, Mono.Cecil.TypeDefinition hostType ) : Mono.Cecil.MethodDefinition
targetMethod System.Reflection.MethodInfo The target method.
hostType Mono.Cecil.TypeDefinition The type that will host the new method.
리턴 Mono.Cecil.MethodDefinition