C# Class Castle.Facilities.WcfIntegration.Async.TypeSystem.AsyncMethod

Inheritance: System.Reflection.MethodInfo
Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
VerifyContract ( MethodInfo syncMethod ) : void

Method Details

AsyncMethod() protected method

protected AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
syncMethod System.Reflection.MethodInfo
type AsyncType
return System

GetBaseDefinition() public method

public GetBaseDefinition ( ) : MethodInfo
return System.Reflection.MethodInfo

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

Invoke() public method

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
return object

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
return bool

ObtainNewHandle() protected method

protected ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
syncMethod System.Reflection.MethodInfo
return System.RuntimeMethodHandle

VerifyContract() protected method

protected VerifyContract ( MethodInfo syncMethod ) : void
syncMethod System.Reflection.MethodInfo
return void