C# Класс Hiro.Compilers.MethodOverrider

Represents a type that adds method overrides for interface methods.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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