C# Класс Platform.Invoke.ProbingMethodCallWrapper

Provides an implementation of a IMethodCallWrapper that supports function probing.
Наследование: DefaultMethodCallWrapper
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProbingMethodCallWrapper ( Func probeField ) : System

Creates an instance of a method call wrapper with a getter for the specified probe field.

Защищенные методы

Метод Описание
OnInvokeBegin ( TypeBuilder type, Type interfaceType, ILGenerator generator, MethodInfo interfaceMethod ) : void

Implements code for begin invocations.

OnInvokeEnd ( TypeBuilder type, Type interfaceType, ILGenerator generator, MethodInfo interfaceMethod ) : void

Implements code for end invocations.

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

OnInvokeBegin() защищенный Метод

Implements code for begin invocations.
protected OnInvokeBegin ( TypeBuilder type, Type interfaceType, ILGenerator generator, MethodInfo interfaceMethod ) : void
type System.Reflection.Emit.TypeBuilder
interfaceType System.Type
generator System.Reflection.Emit.ILGenerator
interfaceMethod System.Reflection.MethodInfo
Результат void

OnInvokeEnd() защищенный Метод

Implements code for end invocations.
protected OnInvokeEnd ( TypeBuilder type, Type interfaceType, ILGenerator generator, MethodInfo interfaceMethod ) : void
type System.Reflection.Emit.TypeBuilder
interfaceType System.Type
generator System.Reflection.Emit.ILGenerator
interfaceMethod System.Reflection.MethodInfo
Результат void

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

Creates an instance of a method call wrapper with a getter for the specified probe field.
public ProbingMethodCallWrapper ( Func probeField ) : System
probeField Func Function returning a probe filed (as specified by )
Результат System