C# Класс Castle.Facilities.WcfIntegration.Async.TypeSystem.AsyncMethod

Наследование: System.Reflection.MethodInfo
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( bool inherit ) : object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool

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

Метод Описание
AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
VerifyContract ( MethodInfo syncMethod ) : void

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

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

protected AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
syncMethod System.Reflection.MethodInfo
type AsyncType
Результат System

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

public GetBaseDefinition ( ) : MethodInfo
Результат System.Reflection.MethodInfo

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

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

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

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Результат MethodImplAttributes

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

public Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
obj object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters object
culture System.Globalization.CultureInfo
Результат object

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

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool

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

protected ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
syncMethod System.Reflection.MethodInfo
Результат System.RuntimeMethodHandle

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

protected VerifyContract ( MethodInfo syncMethod ) : void
syncMethod System.Reflection.MethodInfo
Результат void